Html Css Color HEX #525584 Governor Bay

📋 copy color: '#525584'

red 82 ◦ green 85 ◦ blue 132

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

Shades of Governor Bay #525584

Tints of Governor Bay #525584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.15%

R = 27.42%
G = 28.43%
B = 44.15%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#525584 (or 0x525584) is known color: Governor Bay. HEX triplet: 52, 55 and 84. RGB value is (82,85,132). Sum of RGB (Red+Green+Blue) = 82+85+132=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #525584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525584 is #ADAA7B. Grayscale: #595959. Windows color (decimal): -11381372 or 8672594. OLE color: 8672594.

HSL color Cylindrical-coordinate representation of color #525584: hue angle of 236.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525584 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 85 132 -
CMYK 0.38 0.36 0 0.48
HSL 236.4º 0.23% 0.42% -
HSV(B) 236.4º 0.38% 0.52% -
XYZ 10.89 9.96 23.18 -
YUV 89.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 82 85 132 0.38 0.36 0 0.48 236.4 0.23 0.42
Hex 52 55 84 26 24 0 30 EC 17 2A
Octal 122 125 204 46 44 0 60 354 27 52
Binary 1010010 1010101 10000100 100110 100100 0 110000 11101100 10111 101010

Color Harmonies of #525584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525584

Black with #525584

Text Example


Text Example

White with #525584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525584; }

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

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

background-color css

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

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

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

border-color css

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

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

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