#525994

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

Shades of Governor Bay #525994

Tints of Governor Bay #525994

Color information

#525994 (or 0x525994) is unknown color: approx Governor Bay. HEX triplet: 52, 59 and 94. RGB value is (82,89,148). Sum of RGB (Red+Green+Blue) = 82+89+148=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #525994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525994 is #ADA66B. Grayscale: #5D5D5D. Windows color (decimal): -11380332 or 9722194. OLE color: 9722194.

HSL color Cylindrical-coordinate representation of color #525994: hue angle of 233.64º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #525994 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8289148-
CMYK0.450.4000.42
HSL233.64º28.7%45.1%-
HSV(B)233.64º44.59%58.04%-
XYZ12.411.0829.5-
YUV93.63158.68119.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=25.71%
G=27.90%
B=46.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82891480.450.4000.42233.6428.745.1
Hex5259942D2802Aea1d2d
Octal12213122455500523523555
Binary101001010110011001010010110110100001010101110101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525994; }

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

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

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

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

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

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

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

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