Html Css Color HEX #55426C Meteorite

📋 copy color: '#55426C'

red 85 ◦ green 66 ◦ blue 108

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

Shades of Meteorite #55426C

Tints of Meteorite #55426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

 BLUE value IS 108 (42.58% from 255) = 41.7%

R = 32.82%
G = 25.48%
B = 41.7%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55426C (or 0x55426C) is known color: Meteorite. HEX triplet: 55, 42 and 6C. RGB value is (85,66,108). Sum of RGB (Red+Green+Blue) = 85+66+108=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #55426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55426C is #AABD93. Grayscale: #4C4C4C. Windows color (decimal): -11189652 or 7094869. OLE color: 7094869.

HSL color Cylindrical-coordinate representation of color #55426C: hue angle of 267.14º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55426C is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 66 108 -
CMYK 0.21 0.39 0 0.58
HSL 267.14º 0.24% 0.34% -
HSV(B) 267.14º 0.39% 0.42% -
XYZ 8.4 6.91 15.08 -
YUV 76.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 85 66 108 0.21 0.39 0 0.58 267.14 0.24 0.34
Hex 55 42 6C 15 27 0 3A 10B 18 22
Octal 125 102 154 25 47 0 72 413 30 42
Binary 1010101 1000010 1101100 10101 100111 0 111010 100001011 11000 100010

Color Harmonies of #55426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55426C

Black with #55426C

Text Example


Text Example

White with #55426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55426C; }

 p { color: rgb(85,66,108); }

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

background-color css

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

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

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

border-color css

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

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

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