Html Css Color HEX #52499D Governor Bay

📋 copy color: '#52499D'

red 82 ◦ green 73 ◦ blue 157

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

Shades of Governor Bay #52499D

Tints of Governor Bay #52499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 157 (61.72% from 255) = 50.32%

R = 26.28%
G = 23.4%
B = 50.32%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52499D (or 0x52499D) is known color: Governor Bay. HEX triplet: 52, 49 and 9D. RGB value is (82,73,157). Sum of RGB (Red+Green+Blue) = 82+73+157=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #52499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52499D is #ADB662. Grayscale: #545454. Windows color (decimal): -11384419 or 10307922. OLE color: 10307922.

HSL color Cylindrical-coordinate representation of color #52499D: hue angle of 246.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52499D is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 73 157 -
CMYK 0.48 0.54 0 0.38
HSL 246.43º 0.37% 0.45% -
HSV(B) 246.43º 0.54% 0.62% -
XYZ 11.95 8.99 33 -
YUV 85.27 168.48 125.67 -
System Red Green Blue C M Y K H S L
Decimal 82 73 157 0.48 0.54 0 0.38 246.43 0.37 0.45
Hex 52 49 9D 30 36 0 26 F6 25 2D
Octal 122 111 235 60 66 0 46 366 45 55
Binary 1010010 1001001 10011101 110000 110110 0 100110 11110110 100101 101101

Color Harmonies of #52499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52499D

Black with #52499D

Text Example


Text Example

White with #52499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52499D; }

 p { color: rgb(82,73,157); }

 H1.HeaderClassName
 {
   color: #52499D;
 }
 .AnyTagClassName
 {
   color: #52499D;
 }
</style>

background-color css

<style>
 a { background-color: #52499D; }

 a { background-color: rgb(82,73,157); }

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

border-color css

<style>
 span { border-color: #52499D; }

 span { border-color: rgb(82,73,157); }

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