Html Css Color HEX #55599F Governor Bay

📋 copy color: '#55599F'

red 85 ◦ green 89 ◦ blue 159

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

Shades of Governor Bay #55599F

Tints of Governor Bay #55599F

RGB

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

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

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

R = 25.53%
G = 26.73%
B = 47.75%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55599F (or 0x55599F) is known color: Governor Bay. HEX triplet: 55, 59 and 9F. RGB value is (85,89,159). Sum of RGB (Red+Green+Blue) = 85+89+159=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #55599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55599F is #AAA660. Grayscale: #5F5F5F. Windows color (decimal): -11183713 or 10443093. OLE color: 10443093.

HSL color Cylindrical-coordinate representation of color #55599F: hue angle of 236.76º 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 #55599F is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 89 159 -
CMYK 0.47 0.44 0 0.38
HSL 236.76º 0.3% 0.48% -
HSV(B) 236.76º 0.47% 0.62% -
XYZ 13.58 11.58 34.32 -
YUV 95.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 85 89 159 0.47 0.44 0 0.38 236.76 0.3 0.48
Hex 55 59 9F 2F 2C 0 26 ED 1E 30
Octal 125 131 237 57 54 0 46 355 36 60
Binary 1010101 1011001 10011111 101111 101100 0 100110 11101101 11110 110000

Color Harmonies of #55599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55599F

Black with #55599F

Text Example


Text Example

White with #55599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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