Html Css Color HEX #55598E Governor Bay

📋 copy color: '#55598E'

red 85 ◦ green 89 ◦ blue 142

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

Shades of Governor Bay #55598E

Tints of Governor Bay #55598E

RGB

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

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

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

R = 26.9%
G = 28.16%
B = 44.94%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55598E (or 0x55598E) is known color: Governor Bay. HEX triplet: 55, 59 and 8E. RGB value is (85,89,142). Sum of RGB (Red+Green+Blue) = 85+89+142=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #55598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55598E is #AAA671. Grayscale: #5D5D5D. Windows color (decimal): -11183730 or 9328981. OLE color: 9328981.

HSL color Cylindrical-coordinate representation of color #55598E: hue angle of 235.79º 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 #55598E is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 89 142 -
CMYK 0.40 0.37 0 0.44
HSL 235.79º 0.25% 0.45% -
HSV(B) 235.79º 0.4% 0.56% -
XYZ 12.2 11.03 27.08 -
YUV 93.85 155.17 121.69 -
System Red Green Blue C M Y K H S L
Decimal 85 89 142 0.40 0.37 0 0.44 235.79 0.25 0.45
Hex 55 59 8E 28 25 0 2C EC 19 2D
Octal 125 131 216 50 45 0 54 354 31 55
Binary 1010101 1011001 10001110 101000 100101 0 101100 11101100 11001 101101

Color Harmonies of #55598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55598E

Black with #55598E

Text Example


Text Example

White with #55598E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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