#086585

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

Shades of Allports #086585

Tints of Allports #086585

Color information

#086585 (or 0x086585) is unknown color: approx Allports. HEX triplet: 08, 65 and 85. RGB value is (8,101,133). Sum of RGB (Red+Green+Blue) = 8+101+133=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #086585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086585 is #F79A7A. Grayscale: #4C4C4C. Windows color (decimal): -16226939 or 8742152. OLE color: 8742152.

HSL color Cylindrical-coordinate representation of color #086585: hue angle of 195.36º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086585 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8101133-
CMYK0.940.2400.48
HSL195.36º88.65%27.65%-
HSV(B)195.36º93.98%52.16%-
XYZ8.9911.0523.85-
YUV76.84159.6978.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.31%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 133 (52.34% from 255) = 54.96%
R=3.31%
G=41.74%
B=54.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81011330.940.2400.48195.3688.6527.65
Hex865855E18030c3591c
Octal101452051363006030313134
Binary1000110010110000101101111011000011000011000011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086585; }

 p { color: rgb(8,101,133); }

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

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

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

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

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

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

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