Html Css Color HEX #52579C Governor Bay

📋 copy color: '#52579C'

red 82 ◦ green 87 ◦ blue 156

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

Shades of Governor Bay #52579C

Tints of Governor Bay #52579C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

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

R = 25.23%
G = 26.77%
B = 48%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52579C (or 0x52579C) is known color: Governor Bay. HEX triplet: 52, 57 and 9C. RGB value is (82,87,156). Sum of RGB (Red+Green+Blue) = 82+87+156=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #52579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52579C is #ADA863. Grayscale: #5D5D5D. Windows color (decimal): -11380836 or 10245970. OLE color: 10245970.

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

Color convert

RGB 82 87 156 -
CMYK 0.47 0.44 0 0.39
HSL 235.95º 0.31% 0.47% -
HSV(B) 235.95º 0.47% 0.61% -
XYZ 12.89 11.01 32.9 -
YUV 93.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 82 87 156 0.47 0.44 0 0.39 235.95 0.31 0.47
Hex 52 57 9C 2F 2C 0 27 EC 1F 2F
Octal 122 127 234 57 54 0 47 354 37 57
Binary 1010010 1010111 10011100 101111 101100 0 100111 11101100 11111 101111

Color Harmonies of #52579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52579C

Black with #52579C

Text Example


Text Example

White with #52579C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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