Html Css Color HEX #525884 Governor Bay

📋 copy color: '#525884'

red 82 ◦ green 88 ◦ blue 132

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

Shades of Governor Bay #525884

Tints of Governor Bay #525884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.14%

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

R = 27.15%
G = 29.14%
B = 43.71%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#525884 (or 0x525884) is known color: Governor Bay. HEX triplet: 52, 58 and 84. RGB value is (82,88,132). Sum of RGB (Red+Green+Blue) = 82+88+132=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #525884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525884 is #ADA77B. Grayscale: #5B5B5B. Windows color (decimal): -11380604 or 8673362. OLE color: 8673362.

HSL color Cylindrical-coordinate representation of color #525884: hue angle of 232.8º 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 #525884 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 88 132 -
CMYK 0.38 0.33 0 0.48
HSL 232.8º 0.23% 0.42% -
HSV(B) 232.8º 0.38% 0.52% -
XYZ 11.13 10.44 23.26 -
YUV 91.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 82 88 132 0.38 0.33 0 0.48 232.8 0.23 0.42
Hex 52 58 84 26 21 0 30 E9 17 2A
Octal 122 130 204 46 41 0 60 351 27 52
Binary 1010010 1011000 10000100 100110 100001 0 110000 11101001 10111 101010

Color Harmonies of #525884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525884

Black with #525884

Text Example


Text Example

White with #525884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525884; }

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

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

background-color css

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

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

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

border-color css

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

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

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