Html Css Color HEX #55608E Waikawa Grey

📋 copy color: '#55608E'

red 85 ◦ green 96 ◦ blue 142

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

Shades of Waikawa Grey #55608E

Tints of Waikawa Grey #55608E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.72%

 BLUE value IS 142 (55.86% from 255) = 43.96%

R = 26.32%
G = 29.72%
B = 43.96%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55608E (or 0x55608E) is known color: Waikawa Grey. HEX triplet: 55, 60 and 8E. RGB value is (85,96,142). Sum of RGB (Red+Green+Blue) = 85+96+142=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #55608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55608E is #AA9F71. Grayscale: #616161. Windows color (decimal): -11181938 or 9330773. OLE color: 9330773.

HSL color Cylindrical-coordinate representation of color #55608E: hue angle of 228.42º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55608E is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 96 142 -
CMYK 0.40 0.32 0 0.44
HSL 228.42º 0.25% 0.45% -
HSV(B) 228.42º 0.4% 0.56% -
XYZ 12.81 12.25 27.28 -
YUV 97.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 85 96 142 0.40 0.32 0 0.44 228.42 0.25 0.45
Hex 55 60 8E 28 20 0 2C E4 19 2D
Octal 125 140 216 50 40 0 54 344 31 55
Binary 1010101 1100000 10001110 101000 100000 0 101100 11100100 11001 101101

Color Harmonies of #55608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55608E

Black with #55608E

Text Example


Text Example

White with #55608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55608E; }

 p { color: rgb(85,96,142); }

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

background-color css

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

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

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

border-color css

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

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

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