Html Css Color HEX #555F80 Chambray

📋 copy color: '#555F80'

red 85 ◦ green 95 ◦ blue 128

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

Shades of Chambray #555F80

Tints of Chambray #555F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.84%

 BLUE value IS 128 (50.39% from 255) = 41.56%

R = 27.6%
G = 30.84%
B = 41.56%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#555F80 (or 0x555F80) is known color: Chambray. HEX triplet: 55, 5F and 80. RGB value is (85,95,128). Sum of RGB (Red+Green+Blue) = 85+95+128=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #555F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555F80 is #AAA07F. Grayscale: #5F5F5F. Windows color (decimal): -11182208 or 8413013. OLE color: 8413013.

HSL color Cylindrical-coordinate representation of color #555F80: hue angle of 226.05º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555F80 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 95 128 -
CMYK 0.34 0.26 0 0.50
HSL 226.05º 0.2% 0.42% -
HSV(B) 226.05º 0.34% 0.5% -
XYZ 11.73 11.67 22.06 -
YUV 95.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 85 95 128 0.34 0.26 0 0.50 226.05 0.2 0.42
Hex 55 5F 80 22 1A 0 32 E2 14 2A
Octal 125 137 200 42 32 0 62 342 24 52
Binary 1010101 1011111 10000000 100010 11010 0 110010 11100010 10100 101010

Color Harmonies of #555F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F80

Black with #555F80

Text Example


Text Example

White with #555F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,95,128); }

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

background-color css

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

 a { background-color: rgb(85,95,128); }

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

border-color css

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

 span { border-color: rgb(85,95,128); }

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