Html Css Color HEX #52589B Governor Bay

📋 copy color: '#52589B'

red 82 ◦ green 88 ◦ blue 155

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

Shades of Governor Bay #52589B

Tints of Governor Bay #52589B

RGB

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

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

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

R = 25.23%
G = 27.08%
B = 47.69%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52589B (or 0x52589B) is known color: Governor Bay. HEX triplet: 52, 58 and 9B. RGB value is (82,88,155). Sum of RGB (Red+Green+Blue) = 82+88+155=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #52589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52589B is #ADA764. Grayscale: #5D5D5D. Windows color (decimal): -11380581 or 10180690. OLE color: 10180690.

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

Color convert

RGB 82 88 155 -
CMYK 0.47 0.43 0 0.39
HSL 235.07º 0.31% 0.46% -
HSV(B) 235.07º 0.47% 0.61% -
XYZ 12.89 11.14 32.48 -
YUV 93.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 82 88 155 0.47 0.43 0 0.39 235.07 0.31 0.46
Hex 52 58 9B 2F 2B 0 27 EB 1F 2E
Octal 122 130 233 57 53 0 47 353 37 56
Binary 1010010 1011000 10011011 101111 101011 0 100111 11101011 11111 101110

Color Harmonies of #52589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52589B

Black with #52589B

Text Example


Text Example

White with #52589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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