#525298

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

Shades of Governor Bay #525298

Tints of Governor Bay #525298

Color information

#525298 (or 0x525298) is unknown color: approx Governor Bay. HEX triplet: 52, 52 and 98. RGB value is (82,82,152). Sum of RGB (Red+Green+Blue) = 82+82+152=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #525298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525298 is #ADAD67. Grayscale: #595959. Windows color (decimal): -11382120 or 9982546. OLE color: 9982546.

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

Color convert

RGB8282152-
CMYK0.460.4600.40
HSL240º29.91%45.88%-
HSV(B)240º46.05%59.61%-
XYZ12.1610.131.01-
YUV89.98163122.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 152 (59.77% from 255) = 48.10%
R=25.95%
G=25.95%
B=48.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82821520.460.4600.4024029.9145.88
Hex5252982E2E028f01e2e
Octal12212223056560503603656
Binary101001010100101001100010111010111001010001111000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525298; }

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

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

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

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

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

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

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

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