Html Css Color HEX #555D74 Chambray

📋 copy color: '#555D74'

red 85 ◦ green 93 ◦ blue 116

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

Shades of Chambray #555D74

Tints of Chambray #555D74

RGB

 RED value IS 85 (33.59% from 255) = 28.91%

 GREEN value IS 93 (36.72% from 255) = 31.63%

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 28.91%
G = 31.63%
B = 39.46%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555D74 (or 0x555D74) is known color: Chambray. HEX triplet: 55, 5D and 74. RGB value is (85,93,116). Sum of RGB (Red+Green+Blue) = 85+93+116=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #555D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D74 is #AAA28B. Grayscale: #5D5D5D. Windows color (decimal): -11182732 or 7626069. OLE color: 7626069.

HSL color Cylindrical-coordinate representation of color #555D74: hue angle of 224.52º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555D74 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 93 116 -
CMYK 0.27 0.20 0 0.55
HSL 224.52º 0.15% 0.39% -
HSV(B) 224.52º 0.27% 0.45% -
XYZ 10.81 11.02 18.08 -
YUV 93.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 85 93 116 0.27 0.20 0 0.55 224.52 0.15 0.39
Hex 55 5D 74 1B 14 0 37 E1 F 27
Octal 125 135 164 33 24 0 67 341 17 47
Binary 1010101 1011101 1110100 11011 10100 0 110111 11100001 1111 100111

Color Harmonies of #555D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D74

Black with #555D74

Text Example


Text Example

White with #555D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555D74; }

 p { color: rgb(85,93,116); }

 H1.HeaderClassName
 {
   color: #555D74;
 }
 .AnyTagClassName
 {
   color: #555D74;
 }
</style>

background-color css

<style>
 a { background-color: #555D74; }

 a { background-color: rgb(85,93,116); }

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

border-color css

<style>
 span { border-color: #555D74; }

 span { border-color: rgb(85,93,116); }

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