Html Css Color HEX #55599B Governor Bay

📋 copy color: '#55599B'

red 85 ◦ green 89 ◦ blue 155

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

Shades of Governor Bay #55599B

Tints of Governor Bay #55599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.11%

R = 25.84%
G = 27.05%
B = 47.11%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55599B (or 0x55599B) is known color: Governor Bay. HEX triplet: 55, 59 and 9B. RGB value is (85,89,155). Sum of RGB (Red+Green+Blue) = 85+89+155=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #55599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55599B is #AAA664. Grayscale: #5F5F5F. Windows color (decimal): -11183717 or 10180949. OLE color: 10180949.

HSL color Cylindrical-coordinate representation of color #55599B: hue angle of 236.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55599B is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 89 155 -
CMYK 0.45 0.43 0 0.39
HSL 236.57º 0.29% 0.47% -
HSV(B) 236.57º 0.45% 0.61% -
XYZ 13.24 11.44 32.52 -
YUV 95.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 85 89 155 0.45 0.43 0 0.39 236.57 0.29 0.47
Hex 55 59 9B 2D 2B 0 27 ED 1D 2F
Octal 125 131 233 55 53 0 47 355 35 57
Binary 1010101 1011001 10011011 101101 101011 0 100111 11101101 11101 101111

Color Harmonies of #55599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55599B

Black with #55599B

Text Example


Text Example

White with #55599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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