#585398

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

Shades of Governor Bay #585398

Tints of Governor Bay #585398

Color information

#585398 (or 0x585398) is unknown color: approx Governor Bay. HEX triplet: 58, 53 and 98. RGB value is (88,83,152). Sum of RGB (Red+Green+Blue) = 88+83+152=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #585398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585398 is #A7AC67. Grayscale: #5C5C5C. Windows color (decimal): -10988648 or 9982808. OLE color: 9982808.

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

Color convert

RGB8883152-
CMYK0.420.4500.40
HSL244.35º29.36%46.08%-
HSV(B)244.35º45.39%59.61%-
XYZ12.7910.5331.06-
YUV92.36161.66124.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.24%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=27.24%
G=25.70%
B=47.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88831520.420.4500.40244.3529.3646.08
Hex5853982A2D028f41d2e
Octal13012323052550503643556
Binary101100010100111001100010101010110101010001111010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585398; }

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

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

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

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

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

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

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

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