Html Css Color HEX #52559D Governor Bay

📋 copy color: '#52559D'

red 82 ◦ green 85 ◦ blue 157

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

Shades of Governor Bay #52559D

Tints of Governor Bay #52559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.23%

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 25.31%
G = 26.23%
B = 48.46%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52559D (or 0x52559D) is known color: Governor Bay. HEX triplet: 52, 55 and 9D. RGB value is (82,85,157). Sum of RGB (Red+Green+Blue) = 82+85+157=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #52559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52559D is #ADAA62. Grayscale: #5C5C5C. Windows color (decimal): -11381347 or 10310994. OLE color: 10310994.

HSL color Cylindrical-coordinate representation of color #52559D: hue angle of 237.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52559D is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 85 157 -
CMYK 0.48 0.46 0 0.38
HSL 237.6º 0.31% 0.47% -
HSV(B) 237.6º 0.48% 0.62% -
XYZ 12.81 10.73 33.29 -
YUV 92.31 164.51 120.65 -
System Red Green Blue C M Y K H S L
Decimal 82 85 157 0.48 0.46 0 0.38 237.6 0.31 0.47
Hex 52 55 9D 30 2E 0 26 EE 1F 2F
Octal 122 125 235 60 56 0 46 356 37 57
Binary 1010010 1010101 10011101 110000 101110 0 100110 11101110 11111 101111

Color Harmonies of #52559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52559D

Black with #52559D

Text Example


Text Example

White with #52559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52559D; }

 p { color: rgb(82,85,157); }

 H1.HeaderClassName
 {
   color: #52559D;
 }
 .AnyTagClassName
 {
   color: #52559D;
 }
</style>

background-color css

<style>
 a { background-color: #52559D; }

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

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

border-color css

<style>
 span { border-color: #52559D; }

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

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