Html Css Color HEX #54607E Chambray

📋 copy color: '#54607E'

red 84 ◦ green 96 ◦ blue 126

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

Shades of Chambray #54607E

Tints of Chambray #54607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.37%

 BLUE value IS 126 (49.61% from 255) = 41.18%

R = 27.45%
G = 31.37%
B = 41.18%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54607E (or 0x54607E) is known color: Chambray. HEX triplet: 54, 60 and 7E. RGB value is (84,96,126). Sum of RGB (Red+Green+Blue) = 84+96+126=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 126 - color contains mainly: blue. Hex color #54607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54607E is #AB9F81. Grayscale: #5F5F5F. Windows color (decimal): -11247490 or 8282196. OLE color: 8282196.

HSL color Cylindrical-coordinate representation of color #54607E: hue angle of 222.86º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54607E is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 96 126 -
CMYK 0.33 0.24 0 0.51
HSL 222.86º 0.2% 0.41% -
HSV(B) 222.86º 0.33% 0.49% -
XYZ 11.6 11.76 21.4 -
YUV 95.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 84 96 126 0.33 0.24 0 0.51 222.86 0.2 0.41
Hex 54 60 7E 21 18 0 33 DF 14 29
Octal 124 140 176 41 30 0 63 337 24 51
Binary 1010100 1100000 1111110 100001 11000 0 110011 11011111 10100 101001

Color Harmonies of #54607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54607E

Black with #54607E

Text Example


Text Example

White with #54607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54607E; }

 p { color: rgb(84,96,126); }

 H1.HeaderClassName
 {
   color: #54607E;
 }
 .AnyTagClassName
 {
   color: #54607E;
 }
</style>

background-color css

<style>
 a { background-color: #54607E; }

 a { background-color: rgb(84,96,126); }

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

border-color css

<style>
 span { border-color: #54607E; }

 span { border-color: rgb(84,96,126); }

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