Html Css Color HEX #54607D Chambray

📋 copy color: '#54607D'

red 84 ◦ green 96 ◦ blue 125

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

Shades of Chambray #54607D

Tints of Chambray #54607D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.98%

R = 27.54%
G = 31.48%
B = 40.98%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54607D (or 0x54607D) is known color: Chambray. HEX triplet: 54, 60 and 7D. RGB value is (84,96,125). Sum of RGB (Red+Green+Blue) = 84+96+125=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #54607D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54607D is #AB9F82. Grayscale: #5F5F5F. Windows color (decimal): -11247491 or 8216660. OLE color: 8216660.

HSL color Cylindrical-coordinate representation of color #54607D: hue angle of 222.44º 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 #54607D is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 96 125 -
CMYK 0.33 0.23 0 0.51
HSL 222.44º 0.2% 0.41% -
HSV(B) 222.44º 0.33% 0.49% -
XYZ 11.54 11.73 21.06 -
YUV 95.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 84 96 125 0.33 0.23 0 0.51 222.44 0.2 0.41
Hex 54 60 7D 21 17 0 33 DE 14 29
Octal 124 140 175 41 27 0 63 336 24 51
Binary 1010100 1100000 1111101 100001 10111 0 110011 11011110 10100 101001

Color Harmonies of #54607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54607D

Black with #54607D

Text Example


Text Example

White with #54607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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