#585298

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

Shades of Governor Bay #585298

Tints of Governor Bay #585298

Color information

#585298 (or 0x585298) is unknown color: approx Governor Bay. HEX triplet: 58, 52 and 98. RGB value is (88,82,152). Sum of RGB (Red+Green+Blue) = 88+82+152=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #585298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585298 is #A7AD67. Grayscale: #5B5B5B. Windows color (decimal): -10988904 or 9982552. OLE color: 9982552.

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

Color convert

RGB8882152-
CMYK0.420.4600.40
HSL245.14º29.91%45.88%-
HSV(B)245.14º46.05%59.61%-
XYZ12.7110.3831.04-
YUV91.77161.99125.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.33%
GREEN value IS 82 (32.42% from 255) = 25.47%
BLUE value IS 152 (59.77% from 255) = 47.20%
R=27.33%
G=25.47%
B=47.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88821520.420.4600.40245.1429.9145.88
Hex5852982A2E028f51e2e
Octal13012223052560503653656
Binary101100010100101001100010101010111001010001111010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585298; }

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

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

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

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

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

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

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

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