Html Css Color HEX #52529A Governor Bay

📋 copy color: '#52529A'

red 82 ◦ green 82 ◦ blue 154

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

Shades of Governor Bay #52529A

Tints of Governor Bay #52529A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

 BLUE value IS 154 (60.55% from 255) = 48.43%

R = 25.79%
G = 25.79%
B = 48.43%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#52529A (or 0x52529A) is known color: Governor Bay. HEX triplet: 52, 52 and 9A. RGB value is (82,82,154). Sum of RGB (Red+Green+Blue) = 82+82+154=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #52529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52529A is #ADAD65. Grayscale: #595959. Windows color (decimal): -11382118 or 10113618. OLE color: 10113618.

HSL color Cylindrical-coordinate representation of color #52529A: hue angle of 240º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52529A is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 82 154 -
CMYK 0.47 0.47 0 0.40
HSL 240º 0.31% 0.46% -
HSV(B) 240º 0.47% 0.6% -
XYZ 12.33 10.16 31.88 -
YUV 90.21 164 122.15 -
System Red Green Blue C M Y K H S L
Decimal 82 82 154 0.47 0.47 0 0.40 240 0.31 0.46
Hex 52 52 9A 2F 2F 0 28 F0 1F 2E
Octal 122 122 232 57 57 0 50 360 37 56
Binary 1010010 1010010 10011010 101111 101111 0 101000 11110000 11111 101110

Color Harmonies of #52529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52529A

Black with #52529A

Text Example


Text Example

White with #52529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52529A; }

 p { color: rgb(82,82,154); }

 H1.HeaderClassName
 {
   color: #52529A;
 }
 .AnyTagClassName
 {
   color: #52529A;
 }
</style>

background-color css

<style>
 a { background-color: #52529A; }

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

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

border-color css

<style>
 span { border-color: #52529A; }

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

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