Html Css Color HEX #52598B Governor Bay

📋 copy color: '#52598B'

red 82 ◦ green 89 ◦ blue 139

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

Shades of Governor Bay #52598B

Tints of Governor Bay #52598B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.84%

R = 26.45%
G = 28.71%
B = 44.84%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52598B (or 0x52598B) is known color: Governor Bay. HEX triplet: 52, 59 and 8B. RGB value is (82,89,139). Sum of RGB (Red+Green+Blue) = 82+89+139=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #52598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52598B is #ADA674. Grayscale: #5C5C5C. Windows color (decimal): -11380341 or 9132370. OLE color: 9132370.

HSL color Cylindrical-coordinate representation of color #52598B: hue angle of 232.63º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52598B is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 89 139 -
CMYK 0.41 0.36 0 0.45
HSL 232.63º 0.26% 0.43% -
HSV(B) 232.63º 0.41% 0.55% -
XYZ 11.71 10.8 25.89 -
YUV 92.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 82 89 139 0.41 0.36 0 0.45 232.63 0.26 0.43
Hex 52 59 8B 29 24 0 2D E9 1A 2B
Octal 122 131 213 51 44 0 55 351 32 53
Binary 1010010 1011001 10001011 101001 100100 0 101101 11101001 11010 101011

Color Harmonies of #52598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52598B

Black with #52598B

Text Example


Text Example

White with #52598B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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