Html Css Color HEX #52589C Governor Bay

📋 copy color: '#52589C'

red 82 ◦ green 88 ◦ blue 156

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

Shades of Governor Bay #52589C

Tints of Governor Bay #52589C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

 BLUE value IS 156 (61.33% from 255) = 47.85%

R = 25.15%
G = 26.99%
B = 47.85%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52589C (or 0x52589C) is known color: Governor Bay. HEX triplet: 52, 58 and 9C. RGB value is (82,88,156). Sum of RGB (Red+Green+Blue) = 82+88+156=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #52589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52589C is #ADA763. Grayscale: #5D5D5D. Windows color (decimal): -11380580 or 10246226. OLE color: 10246226.

HSL color Cylindrical-coordinate representation of color #52589C: hue angle of 235.14º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52589C is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 88 156 -
CMYK 0.47 0.44 0 0.39
HSL 235.14º 0.31% 0.47% -
HSV(B) 235.14º 0.47% 0.61% -
XYZ 12.97 11.17 32.93 -
YUV 93.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 82 88 156 0.47 0.44 0 0.39 235.14 0.31 0.47
Hex 52 58 9C 2F 2C 0 27 EB 1F 2F
Octal 122 130 234 57 54 0 47 353 37 57
Binary 1010010 1011000 10011100 101111 101100 0 100111 11101011 11111 101111

Color Harmonies of #52589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52589C

Black with #52589C

Text Example


Text Example

White with #52589C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52589C; }

 p { color: rgb(82,88,156); }

 H1.HeaderClassName
 {
   color: #52589C;
 }
 .AnyTagClassName
 {
   color: #52589C;
 }
</style>

background-color css

<style>
 a { background-color: #52589C; }

 a { background-color: rgb(82,88,156); }

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

border-color css

<style>
 span { border-color: #52589C; }

 span { border-color: rgb(82,88,156); }

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