Html Css Color HEX #52508C Governor Bay

📋 copy color: '#52508C'

red 82 ◦ green 80 ◦ blue 140

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

Shades of Governor Bay #52508C

Tints of Governor Bay #52508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.36%

R = 27.15%
G = 26.49%
B = 46.36%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52508C (or 0x52508C) is known color: Governor Bay. HEX triplet: 52, 50 and 8C. RGB value is (82,80,140). Sum of RGB (Red+Green+Blue) = 82+80+140=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #52508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52508C is #ADAF73. Grayscale: #575757. Windows color (decimal): -11382644 or 9195602. OLE color: 9195602.

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

Color convert

RGB 82 80 140 -
CMYK 0.41 0.43 0 0.45
HSL 242º 0.27% 0.43% -
HSV(B) 242º 0.43% 0.55% -
XYZ 11.08 9.42 26.05 -
YUV 87.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 82 80 140 0.41 0.43 0 0.45 242 0.27 0.43
Hex 52 50 8C 29 2B 0 2D F2 1B 2B
Octal 122 120 214 51 53 0 55 362 33 53
Binary 1010010 1010000 10001100 101001 101011 0 101101 11110010 11011 101011

Color Harmonies of #52508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52508C

Black with #52508C

Text Example


Text Example

White with #52508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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