#859CD5

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

Shades of Portage #859CD5

Tints of Portage #859CD5

Color information

#859CD5 (or 0x859CD5) is unknown color: approx Portage. HEX triplet: 85, 9C and D5. RGB value is (133,156,213). Sum of RGB (Red+Green+Blue) = 133+156+213=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #859CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CD5 is #7A632A. Grayscale: #9B9B9B. Windows color (decimal): -8020779 or 13999237. OLE color: 13999237.

HSL color Cylindrical-coordinate representation of color #859CD5: hue angle of 222.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #859CD5 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133156213-
CMYK0.380.2700.16
HSL222.75º48.78%67.84%-
HSV(B)222.75º37.56%83.53%-
XYZ33.5733.5767.66-
YUV155.62160.38111.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.49%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 213 (83.59% from 255) = 42.43%
R=26.49%
G=31.08%
B=42.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1331562130.380.2700.16222.7548.7867.84
Hex859CD5261B010df3144
Octal205234325463302033761104
Binary10000101100111001101010110011011011010000110111111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859CD5; }

 p { color: rgb(133,156,213); }

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

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

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

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

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

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

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