#585893

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

Shades of Governor Bay #585893

Tints of Governor Bay #585893

Color information

#585893 (or 0x585893) is unknown color: approx Governor Bay. HEX triplet: 58, 58 and 93. RGB value is (88,88,147). Sum of RGB (Red+Green+Blue) = 88+88+147=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #585893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585893 is #A7A76C. Grayscale: #5E5E5E. Windows color (decimal): -10987373 or 9656408. OLE color: 9656408.

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

Color convert

RGB8888147-
CMYK0.400.4000.42
HSL240º25.11%46.08%-
HSV(B)240º40.14%57.65%-
XYZ12.7811.1629.08-
YUV94.73157.5123.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.24%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=27.24%
G=27.24%
B=45.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88881470.400.4000.4224025.1146.08
Hex585893282802Af0192e
Octal13013022350500523603156
Binary101100010110001001001110100010100001010101111000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585893; }

 p { color: rgb(88,88,147); }

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

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

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

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

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

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

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