#585885

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

Shades of Governor Bay #585885

Tints of Governor Bay #585885

Color information

#585885 (or 0x585885) is unknown color: approx Governor Bay. HEX triplet: 58, 58 and 85. RGB value is (88,88,133). Sum of RGB (Red+Green+Blue) = 88+88+133=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #585885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585885 is #A7A77A. Grayscale: #5C5C5C. Windows color (decimal): -10987387 or 8738904. OLE color: 8738904.

HSL color Cylindrical-coordinate representation of color #585885: hue angle of 240º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #585885 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8888133-
CMYK0.340.3400.48
HSL240º20.36%43.33%-
HSV(B)240º33.83%52.16%-
XYZ11.7510.7523.65-
YUV93.13150.5124.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.48%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 133 (52.34% from 255) = 43.04%
R=28.48%
G=28.48%
B=43.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88881330.340.3400.4824020.3643.33
Hex5858852222030f0142b
Octal13013020542420603602453
Binary101100010110001000010110001010001001100001111000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585885; }

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

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

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

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

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

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

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

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