Html Css Color HEX #555983 Comet

📋 copy color: '#555983'

red 85 ◦ green 89 ◦ blue 131

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

Shades of Comet #555983

Tints of Comet #555983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.18%

 BLUE value IS 131 (51.56% from 255) = 42.95%

R = 27.87%
G = 29.18%
B = 42.95%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#555983 (or 0x555983) is known color: Comet. HEX triplet: 55, 59 and 83. RGB value is (85,89,131). Sum of RGB (Red+Green+Blue) = 85+89+131=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #555983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555983 is #AAA67C. Grayscale: #5C5C5C. Windows color (decimal): -11183741 or 8608085. OLE color: 8608085.

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

Color convert

RGB 85 89 131 -
CMYK 0.35 0.32 0 0.49
HSL 234.78º 0.21% 0.42% -
HSV(B) 234.78º 0.35% 0.51% -
XYZ 11.42 10.71 22.94 -
YUV 92.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 85 89 131 0.35 0.32 0 0.49 234.78 0.21 0.42
Hex 55 59 83 23 20 0 31 EB 15 2A
Octal 125 131 203 43 40 0 61 353 25 52
Binary 1010101 1011001 10000011 100011 100000 0 110001 11101011 10101 101010

Color Harmonies of #555983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555983

Black with #555983

Text Example


Text Example

White with #555983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555983; }

 p { color: rgb(85,89,131); }

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

background-color css

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

 a { background-color: rgb(85,89,131); }

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

border-color css

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

 span { border-color: rgb(85,89,131); }

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