Html Css Color HEX #52508B Governor Bay

📋 copy color: '#52508B'

red 82 ◦ green 80 ◦ blue 139

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

Shades of Governor Bay #52508B

Tints of Governor Bay #52508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

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

R = 27.24%
G = 26.58%
B = 46.18%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52508B (or 0x52508B) is known color: Governor Bay. HEX triplet: 52, 50 and 8B. RGB value is (82,80,139). Sum of RGB (Red+Green+Blue) = 82+80+139=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #52508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52508B is #ADAF74. Grayscale: #575757. Windows color (decimal): -11382645 or 9130066. OLE color: 9130066.

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

Color convert

RGB 82 80 139 -
CMYK 0.41 0.42 0 0.45
HSL 242.03º 0.27% 0.43% -
HSV(B) 242.03º 0.42% 0.55% -
XYZ 11.01 9.4 25.66 -
YUV 87.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 82 80 139 0.41 0.42 0 0.45 242.03 0.27 0.43
Hex 52 50 8B 29 2A 0 2D F2 1B 2B
Octal 122 120 213 51 52 0 55 362 33 53
Binary 1010010 1010000 10001011 101001 101010 0 101101 11110010 11011 101011

Color Harmonies of #52508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52508B

Black with #52508B

Text Example


Text Example

White with #52508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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