Html Css Color HEX #55589F Governor Bay

📋 copy color: '#55589F'

red 85 ◦ green 88 ◦ blue 159

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

Shades of Governor Bay #55589F

Tints of Governor Bay #55589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.51%

 BLUE value IS 159 (62.5% from 255) = 47.89%

R = 25.6%
G = 26.51%
B = 47.89%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55589F (or 0x55589F) is known color: Governor Bay. HEX triplet: 55, 58 and 9F. RGB value is (85,88,159). Sum of RGB (Red+Green+Blue) = 85+88+159=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #55589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55589F is #AAA760. Grayscale: #5E5E5E. Windows color (decimal): -11183969 or 10442837. OLE color: 10442837.

HSL color Cylindrical-coordinate representation of color #55589F: hue angle of 237.57º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55589F is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 88 159 -
CMYK 0.47 0.45 0 0.38
HSL 237.57º 0.3% 0.48% -
HSV(B) 237.57º 0.47% 0.62% -
XYZ 13.49 11.41 34.29 -
YUV 95.2 164.01 120.73 -
System Red Green Blue C M Y K H S L
Decimal 85 88 159 0.47 0.45 0 0.38 237.57 0.3 0.48
Hex 55 58 9F 2F 2D 0 26 EE 1E 30
Octal 125 130 237 57 55 0 46 356 36 60
Binary 1010101 1011000 10011111 101111 101101 0 100110 11101110 11110 110000

Color Harmonies of #55589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55589F

Black with #55589F

Text Example


Text Example

White with #55589F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,88,159); }

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

background-color css

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

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

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

border-color css

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

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

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