Html Css Color HEX #555C73 Chambray

📋 copy color: '#555C73'

red 85 ◦ green 92 ◦ blue 115

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

Shades of Chambray #555C73

Tints of Chambray #555C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.51%

 BLUE value IS 115 (45.31% from 255) = 39.38%

R = 29.11%
G = 31.51%
B = 39.38%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555C73 (or 0x555C73) is known color: Chambray. HEX triplet: 55, 5C and 73. RGB value is (85,92,115). Sum of RGB (Red+Green+Blue) = 85+92+115=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #555C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C73 is #AAA38C. Grayscale: #5C5C5C. Windows color (decimal): -11182989 or 7560277. OLE color: 7560277.

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

Color convert

RGB 85 92 115 -
CMYK 0.26 0.20 0 0.55
HSL 226º 0.15% 0.39% -
HSV(B) 226º 0.26% 0.45% -
XYZ 10.67 10.82 17.75 -
YUV 92.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 85 92 115 0.26 0.20 0 0.55 226 0.15 0.39
Hex 55 5C 73 1A 14 0 37 E2 F 27
Octal 125 134 163 32 24 0 67 342 17 47
Binary 1010101 1011100 1110011 11010 10100 0 110111 11100010 1111 100111

Color Harmonies of #555C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C73

Black with #555C73

Text Example


Text Example

White with #555C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,92,115); }

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

background-color css

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

 a { background-color: rgb(85,92,115); }

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

border-color css

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

 span { border-color: rgb(85,92,115); }

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