Html Css Color HEX #52579B Governor Bay

📋 copy color: '#52579B'

red 82 ◦ green 87 ◦ blue 155

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

Shades of Governor Bay #52579B

Tints of Governor Bay #52579B

RGB

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

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

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

R = 25.31%
G = 26.85%
B = 47.84%

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

#52579B (or 0x52579B) is known color: Governor Bay. HEX triplet: 52, 57 and 9B. RGB value is (82,87,155). Sum of RGB (Red+Green+Blue) = 82+87+155=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #52579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52579B is #ADA864. Grayscale: #5C5C5C. Windows color (decimal): -11380837 or 10180434. OLE color: 10180434.

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

Color convert

RGB 82 87 155 -
CMYK 0.47 0.44 0 0.39
HSL 235.89º 0.31% 0.46% -
HSV(B) 235.89º 0.47% 0.61% -
XYZ 12.8 10.98 32.45 -
YUV 93.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 82 87 155 0.47 0.44 0 0.39 235.89 0.31 0.46
Hex 52 57 9B 2F 2C 0 27 EC 1F 2E
Octal 122 127 233 57 54 0 47 354 37 56
Binary 1010010 1010111 10011011 101111 101100 0 100111 11101100 11111 101110

Color Harmonies of #52579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52579B

Black with #52579B

Text Example


Text Example

White with #52579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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