Html Css Color HEX #555781 Comet

📋 copy color: '#555781'

red 85 ◦ green 87 ◦ blue 129

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

Shades of Comet #555781

Tints of Comet #555781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.9%

 BLUE value IS 129 (50.78% from 255) = 42.86%

R = 28.24%
G = 28.9%
B = 42.86%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#555781 (or 0x555781) is known color: Comet. HEX triplet: 55, 57 and 81. RGB value is (85,87,129). Sum of RGB (Red+Green+Blue) = 85+87+129=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 129 - color contains mainly: blue. Hex color #555781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555781 is #AAA87E. Grayscale: #5B5B5B. Windows color (decimal): -11184255 or 8476501. OLE color: 8476501.

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

Color convert

RGB 85 87 129 -
CMYK 0.34 0.33 0 0.49
HSL 237.27º 0.21% 0.42% -
HSV(B) 237.27º 0.34% 0.51% -
XYZ 11.12 10.33 22.18 -
YUV 91.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 85 87 129 0.34 0.33 0 0.49 237.27 0.21 0.42
Hex 55 57 81 22 21 0 31 ED 15 2A
Octal 125 127 201 42 41 0 61 355 25 52
Binary 1010101 1010111 10000001 100010 100001 0 110001 11101101 10101 101010

Color Harmonies of #555781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555781

Black with #555781

Text Example


Text Example

White with #555781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555781; }

 p { color: rgb(85,87,129); }

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

background-color css

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

 a { background-color: rgb(85,87,129); }

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

border-color css

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

 span { border-color: rgb(85,87,129); }

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