Html Css Color HEX #555681 Comet

📋 copy color: '#555681'

red 85 ◦ green 86 ◦ blue 129

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

Shades of Comet #555681

Tints of Comet #555681

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.67%

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

R = 28.33%
G = 28.67%
B = 43%

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

#555681 (or 0x555681) is known color: Comet. HEX triplet: 55, 56 and 81. RGB value is (85,86,129). Sum of RGB (Red+Green+Blue) = 85+86+129=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #555681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555681 is #AAA97E. Grayscale: #5A5A5A. Windows color (decimal): -11184511 or 8476245. OLE color: 8476245.

HSL color Cylindrical-coordinate representation of color #555681: hue angle of 238.64º 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 #555681 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 86 129 -
CMYK 0.34 0.33 0 0.49
HSL 238.64º 0.21% 0.42% -
HSV(B) 238.64º 0.34% 0.51% -
XYZ 11.04 10.17 22.15 -
YUV 90.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 85 86 129 0.34 0.33 0 0.49 238.64 0.21 0.42
Hex 55 56 81 22 21 0 31 EF 15 2A
Octal 125 126 201 42 41 0 61 357 25 52
Binary 1010101 1010110 10000001 100010 100001 0 110001 11101111 10101 101010

Color Harmonies of #555681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555681

Black with #555681

Text Example


Text Example

White with #555681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555681; }

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

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

background-color css

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

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

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

border-color css

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

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

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