Html Css Color HEX #52599F Governor Bay

📋 copy color: '#52599F'

red 82 ◦ green 89 ◦ blue 159

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

Shades of Governor Bay #52599F

Tints of Governor Bay #52599F

RGB

 RED value IS 82 (32.42% from 255) = 24.85%

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

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

R = 24.85%
G = 26.97%
B = 48.18%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52599F (or 0x52599F) is known color: Governor Bay. HEX triplet: 52, 59 and 9F. RGB value is (82,89,159). Sum of RGB (Red+Green+Blue) = 82+89+159=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #52599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52599F is #ADA660. Grayscale: #5E5E5E. Windows color (decimal): -11380321 or 10443090. OLE color: 10443090.

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

Color convert

RGB 82 89 159 -
CMYK 0.48 0.44 0 0.38
HSL 234.55º 0.32% 0.47% -
HSV(B) 234.55º 0.48% 0.62% -
XYZ 13.31 11.44 34.31 -
YUV 94.89 164.18 118.81 -
System Red Green Blue C M Y K H S L
Decimal 82 89 159 0.48 0.44 0 0.38 234.55 0.32 0.47
Hex 52 59 9F 30 2C 0 26 EB 20 2F
Octal 122 131 237 60 54 0 46 353 40 57
Binary 1010010 1011001 10011111 110000 101100 0 100110 11101011 100000 101111

Color Harmonies of #52599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52599F

Black with #52599F

Text Example


Text Example

White with #52599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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