Html Css Color HEX #52499C Governor Bay

📋 copy color: '#52499C'

red 82 ◦ green 73 ◦ blue 156

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

Shades of Governor Bay #52499C

Tints of Governor Bay #52499C

RGB

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

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

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

R = 26.37%
G = 23.47%
B = 50.16%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52499C (or 0x52499C) is known color: Governor Bay. HEX triplet: 52, 49 and 9C. RGB value is (82,73,156). Sum of RGB (Red+Green+Blue) = 82+73+156=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #52499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52499C is #ADB663. Grayscale: #545454. Windows color (decimal): -11384420 or 10242386. OLE color: 10242386.

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

Color convert

RGB 82 73 156 -
CMYK 0.47 0.53 0 0.39
HSL 246.51º 0.36% 0.45% -
HSV(B) 246.51º 0.53% 0.61% -
XYZ 11.86 8.96 32.56 -
YUV 85.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 82 73 156 0.47 0.53 0 0.39 246.51 0.36 0.45
Hex 52 49 9C 2F 35 0 27 F7 24 2D
Octal 122 111 234 57 65 0 47 367 44 55
Binary 1010010 1001001 10011100 101111 110101 0 100111 11110111 100100 101101

Color Harmonies of #52499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52499C

Black with #52499C

Text Example


Text Example

White with #52499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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