Html Css Color HEX #555E82 Chambray

📋 copy color: '#555E82'

red 85 ◦ green 94 ◦ blue 130

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

Shades of Chambray #555E82

Tints of Chambray #555E82

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 130 (51.17% from 255) = 42.07%

R = 27.51%
G = 30.42%
B = 42.07%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#555E82 (or 0x555E82) is known color: Chambray. HEX triplet: 55, 5E and 82. RGB value is (85,94,130). Sum of RGB (Red+Green+Blue) = 85+94+130=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #555E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E82 is #AAA17D. Grayscale: #5F5F5F. Windows color (decimal): -11182462 or 8543829. OLE color: 8543829.

HSL color Cylindrical-coordinate representation of color #555E82: hue angle of 228º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #555E82 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 94 130 -
CMYK 0.35 0.28 0 0.49
HSL 228º 0.21% 0.42% -
HSV(B) 228º 0.35% 0.51% -
XYZ 11.78 11.55 22.73 -
YUV 95.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 85 94 130 0.35 0.28 0 0.49 228 0.21 0.42
Hex 55 5E 82 23 1C 0 31 E4 15 2A
Octal 125 136 202 43 34 0 61 344 25 52
Binary 1010101 1011110 10000010 100011 11100 0 110001 11100100 10101 101010

Color Harmonies of #555E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E82

Black with #555E82

Text Example


Text Example

White with #555E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,94,130); }

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

background-color css

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

 a { background-color: rgb(85,94,130); }

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

border-color css

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

 span { border-color: rgb(85,94,130); }

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