Html Css Color HEX #55567F Comet

📋 copy color: '#55567F'

red 85 ◦ green 86 ◦ blue 127

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

Shades of Comet #55567F

Tints of Comet #55567F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.62%

R = 28.52%
G = 28.86%
B = 42.62%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#55567F (or 0x55567F) is known color: Comet. HEX triplet: 55, 56 and 7F. RGB value is (85,86,127). Sum of RGB (Red+Green+Blue) = 85+86+127=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #55567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55567F is #AAA980. Grayscale: #5A5A5A. Windows color (decimal): -11184513 or 8345173. OLE color: 8345173.

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

Color convert

RGB 85 86 127 -
CMYK 0.33 0.32 0 0.50
HSL 238.57º 0.2% 0.42% -
HSV(B) 238.57º 0.33% 0.5% -
XYZ 10.9 10.12 21.46 -
YUV 90.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 85 86 127 0.33 0.32 0 0.50 238.57 0.2 0.42
Hex 55 56 7F 21 20 0 32 EF 14 2A
Octal 125 126 177 41 40 0 62 357 24 52
Binary 1010101 1010110 1111111 100001 100000 0 110010 11101111 10100 101010

Color Harmonies of #55567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55567F

Black with #55567F

Text Example


Text Example

White with #55567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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