Html Css Color HEX #545F7C Chambray

📋 copy color: '#545F7C'

red 84 ◦ green 95 ◦ blue 124

#545F7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #545F7C

Tints of Chambray #545F7C

RGB

 RED value IS 84 (33.2% from 255) = 27.72%

 GREEN value IS 95 (37.5% from 255) = 31.35%

 BLUE value IS 124 (48.83% from 255) = 40.92%

R = 27.72%
G = 31.35%
B = 40.92%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#545F7C (or 0x545F7C) is known color: Chambray. HEX triplet: 54, 5F and 7C. RGB value is (84,95,124). Sum of RGB (Red+Green+Blue) = 84+95+124=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #545F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F7C is #ABA083. Grayscale: #5E5E5E. Windows color (decimal): -11247748 or 8150868. OLE color: 8150868.

HSL color Cylindrical-coordinate representation of color #545F7C: hue angle of 223.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #545F7C is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 95 124 -
CMYK 0.32 0.23 0 0.51
HSL 223.5º 0.19% 0.41% -
HSV(B) 223.5º 0.32% 0.49% -
XYZ 11.39 11.52 20.69 -
YUV 95.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 84 95 124 0.32 0.23 0 0.51 223.5 0.19 0.41
Hex 54 5F 7C 20 17 0 33 E0 13 29
Octal 124 137 174 40 27 0 63 340 23 51
Binary 1010100 1011111 1111100 100000 10111 0 110011 11100000 10011 101001

Color Harmonies of #545F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545F7C

Black with #545F7C

Text Example


Text Example

White with #545F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545F7C; }

 p { color: rgb(84,95,124); }

 H1.HeaderClassName
 {
   color: #545F7C;
 }
 .AnyTagClassName
 {
   color: #545F7C;
 }
</style>

background-color css

<style>
 a { background-color: #545F7C; }

 a { background-color: rgb(84,95,124); }

 div.DivClassName
 {
   background-color: #545F7C;
 }
 .BgClassName
 {
   background-color: #545F7C;
 }
</style>

border-color css

<style>
 span { border-color: #545F7C; }

 span { border-color: rgb(84,95,124); }

 td.TdClassName
 {
   border-color: #545F7C;
 }
 .TagClassName
 {
   border-color: #545F7C;
 }
</style>