#525798

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

Shades of Governor Bay #525798

Tints of Governor Bay #525798

Color information

#525798 (or 0x525798) is unknown color: approx Governor Bay. HEX triplet: 52, 57 and 98. RGB value is (82,87,152). Sum of RGB (Red+Green+Blue) = 82+87+152=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #525798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525798 is #ADA867. Grayscale: #5C5C5C. Windows color (decimal): -11380840 or 9983826. OLE color: 9983826.

HSL color Cylindrical-coordinate representation of color #525798: hue angle of 235.71º 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 #525798 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8287152-
CMYK0.460.4300.40
HSL235.71º29.91%45.88%-
HSV(B)235.71º46.05%59.61%-
XYZ12.5610.8831.14-
YUV92.92161.34120.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 152 (59.77% from 255) = 47.35%
R=25.55%
G=27.10%
B=47.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82871520.460.4300.40235.7129.9145.88
Hex5257982E2B028ec1e2e
Octal12212723056530503543656
Binary101001010101111001100010111010101101010001110110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525798; }

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

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

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

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

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

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

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

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