Html Css Color HEX #55599D Governor Bay

📋 copy color: '#55599D'

red 85 ◦ green 89 ◦ blue 157

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

Shades of Governor Bay #55599D

Tints of Governor Bay #55599D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.43%

R = 25.68%
G = 26.89%
B = 47.43%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55599D (or 0x55599D) is known color: Governor Bay. HEX triplet: 55, 59 and 9D. RGB value is (85,89,157). Sum of RGB (Red+Green+Blue) = 85+89+157=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #55599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55599D is #AAA662. Grayscale: #5F5F5F. Windows color (decimal): -11183715 or 10312021. OLE color: 10312021.

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

Color convert

RGB 85 89 157 -
CMYK 0.46 0.43 0 0.38
HSL 236.67º 0.3% 0.47% -
HSV(B) 236.67º 0.46% 0.62% -
XYZ 13.4 11.51 33.41 -
YUV 95.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 85 89 157 0.46 0.43 0 0.38 236.67 0.3 0.47
Hex 55 59 9D 2E 2B 0 26 ED 1E 2F
Octal 125 131 235 56 53 0 46 355 36 57
Binary 1010101 1011001 10011101 101110 101011 0 100110 11101101 11110 101111

Color Harmonies of #55599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55599D

Black with #55599D

Text Example


Text Example

White with #55599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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