#525A94

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

Shades of Governor Bay #525A94

Tints of Governor Bay #525A94

Color information

#525A94 (or 0x525A94) is unknown color: approx Governor Bay. HEX triplet: 52, 5A and 94. RGB value is (82,90,148). Sum of RGB (Red+Green+Blue) = 82+90+148=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #525A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525A94 is #ADA56B. Grayscale: #5D5D5D. Windows color (decimal): -11380076 or 9722450. OLE color: 9722450.

HSL color Cylindrical-coordinate representation of color #525A94: hue angle of 232.73º 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 #525A94 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8290148-
CMYK0.450.3900.42
HSL232.73º28.7%45.1%-
HSV(B)232.73º44.59%58.04%-
XYZ12.4811.2429.53-
YUV94.22158.35119.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 90 (35.55% from 255) = 28.12%
BLUE value IS 148 (58.20% from 255) = 46.25%
R=25.62%
G=28.12%
B=46.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82901480.450.3900.42232.7328.745.1
Hex525A942D2702Ae91d2d
Octal12213222455470523513555
Binary101001010110101001010010110110011101010101110100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525A94; }

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

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

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

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

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

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

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

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