Html Css Color HEX #52499B Governor Bay

📋 copy color: '#52499B'

red 82 ◦ green 73 ◦ blue 155

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

Shades of Governor Bay #52499B

Tints of Governor Bay #52499B

RGB

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

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

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

R = 26.45%
G = 23.55%
B = 50%

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

#52499B (or 0x52499B) is known color: Governor Bay. HEX triplet: 52, 49 and 9B. RGB value is (82,73,155). Sum of RGB (Red+Green+Blue) = 82+73+155=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #52499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52499B is #ADB664. Grayscale: #545454. Windows color (decimal): -11384421 or 10176850. OLE color: 10176850.

HSL color Cylindrical-coordinate representation of color #52499B: hue angle of 246.59º 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 #52499B is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 73 155 -
CMYK 0.47 0.53 0 0.39
HSL 246.59º 0.36% 0.45% -
HSV(B) 246.59º 0.53% 0.61% -
XYZ 11.78 8.93 32.11 -
YUV 85.04 167.48 125.83 -
System Red Green Blue C M Y K H S L
Decimal 82 73 155 0.47 0.53 0 0.39 246.59 0.36 0.45
Hex 52 49 9B 2F 35 0 27 F7 24 2D
Octal 122 111 233 57 65 0 47 367 44 55
Binary 1010010 1001001 10011011 101111 110101 0 100111 11110111 100100 101101

Color Harmonies of #52499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52499B

Black with #52499B

Text Example


Text Example

White with #52499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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