Html Css Color HEX #55557B Comet

📋 copy color: '#55557B'

red 85 ◦ green 85 ◦ blue 123

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

Shades of Comet #55557B

Tints of Comet #55557B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

 BLUE value IS 123 (48.44% from 255) = 41.98%

R = 29.01%
G = 29.01%
B = 41.98%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55557B (or 0x55557B) is known color: Comet. HEX triplet: 55, 55 and 7B. RGB value is (85,85,123). Sum of RGB (Red+Green+Blue) = 85+85+123=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #55557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55557B is #AAAA84. Grayscale: #595959. Windows color (decimal): -11184773 or 8082773. OLE color: 8082773.

HSL color Cylindrical-coordinate representation of color #55557B: hue angle of 240º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55557B is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 85 123 -
CMYK 0.31 0.31 0 0.52
HSL 240º 0.18% 0.41% -
HSV(B) 240º 0.31% 0.48% -
XYZ 10.57 9.86 20.08 -
YUV 89.33 147 124.91 -
System Red Green Blue C M Y K H S L
Decimal 85 85 123 0.31 0.31 0 0.52 240 0.18 0.41
Hex 55 55 7B 1F 1F 0 34 F0 12 29
Octal 125 125 173 37 37 0 64 360 22 51
Binary 1010101 1010101 1111011 11111 11111 0 110100 11110000 10010 101001

Color Harmonies of #55557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55557B

Black with #55557B

Text Example


Text Example

White with #55557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55557B; }

 p { color: rgb(85,85,123); }

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

background-color css

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

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

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

border-color css

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

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

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