#525992

Color #525992 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #525992

Tints of Governor Bay #525992

Color information

#525992 (or 0x525992) is unknown color: approx Governor Bay. HEX triplet: 52, 59 and 92. RGB value is (82,89,146). Sum of RGB (Red+Green+Blue) = 82+89+146=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #525992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525992 is #ADA66D. Grayscale: #5D5D5D. Windows color (decimal): -11380334 or 9591122. OLE color: 9591122.

HSL color Cylindrical-coordinate representation of color #525992: hue angle of 233.44º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #525992 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8289146-
CMYK0.440.3900.43
HSL233.44º28.07%44.71%-
HSV(B)233.44º43.84%57.25%-
XYZ12.2411.0128.67-
YUV93.4157.68119.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=25.87%
G=28.08%
B=46.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82891460.440.3900.43233.4428.0744.71
Hex5259922C2702Be91c2d
Octal12213122254470533513455
Binary101001010110011001001010110010011101010111110100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525992; }

 p { color: rgb(82,89,146); }

 H1.HeaderClassName
 {
   color: #525992;
 }
 .AnyTagClassName
 {
   color: #525992;
 }
</style>
background-color css

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

 a { background-color: rgb(82,89,146); }

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

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

 span { border-color: rgb(82,89,146); }

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