#525498

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

Shades of Governor Bay #525498

Tints of Governor Bay #525498

Color information

#525498 (or 0x525498) is unknown color: approx Governor Bay. HEX triplet: 52, 54 and 98. RGB value is (82,84,152). Sum of RGB (Red+Green+Blue) = 82+84+152=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #525498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525498 is #ADAB67. Grayscale: #5A5A5A. Windows color (decimal): -11381608 or 9983058. OLE color: 9983058.

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

Color convert

RGB8284152-
CMYK0.460.4500.40
HSL238.29º29.91%45.88%-
HSV(B)238.29º46.05%59.61%-
XYZ12.3210.431.06-
YUV91.15162.34121.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 152 (59.77% from 255) = 47.80%
R=25.79%
G=26.42%
B=47.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82841520.460.4500.40238.2929.9145.88
Hex5254982E2D028ee1e2e
Octal12212423056550503563656
Binary101001010101001001100010111010110101010001110111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525498; }

 p { color: rgb(82,84,152); }

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

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

 a { background-color: rgb(82,84,152); }

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

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

 span { border-color: rgb(82,84,152); }

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