#575298

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

Shades of Governor Bay #575298

Tints of Governor Bay #575298

Color information

#575298 (or 0x575298) is unknown color: approx Governor Bay. HEX triplet: 57, 52 and 98. RGB value is (87,82,152). Sum of RGB (Red+Green+Blue) = 87+82+152=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 82 (32.42% from 255 or 25.55% 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 #575298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575298 is #A8AD67. Grayscale: #5B5B5B. Windows color (decimal): -11054440 or 9982551. OLE color: 9982551.

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

Color convert

RGB8782152-
CMYK0.430.4600.40
HSL244.29º29.91%45.88%-
HSV(B)244.29º46.05%59.61%-
XYZ12.6210.3331.03-
YUV91.48162.16124.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87821520.430.4600.40244.2929.9145.88
Hex5752982B2E028f41e2e
Octal12712223053560503643656
Binary101011110100101001100010101110111001010001111010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575298; }

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

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

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

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

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

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

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

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