#658496

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

Shades of Horizon #658496

Tints of Horizon #658496

Color information

#658496 (or 0x658496) is unknown color: approx Horizon. HEX triplet: 65, 84 and 96. RGB value is (101,132,150). Sum of RGB (Red+Green+Blue) = 101+132+150=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #658496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658496 is #9A7B69. Grayscale: #7C7C7C. Windows color (decimal): -10124138 or 9864293. OLE color: 9864293.

HSL color Cylindrical-coordinate representation of color #658496: hue angle of 202.04º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #658496 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB101132150-
CMYK0.330.1200.41
HSL202.04º19.52%49.22%-
HSV(B)202.04º32.67%58.82%-
XYZ19.1221.4731.99-
YUV124.78142.23111.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.37%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 150 (58.98% from 255) = 39.16%
R=26.37%
G=34.46%
B=39.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011321500.330.1200.41202.0419.5249.22
Hex65849621C029ca1431
Octal14520422641140513122461
Binary11001011000010010010110100001110001010011100101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658496; }

 p { color: rgb(101,132,150); }

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

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

 a { background-color: rgb(101,132,150); }

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

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

 span { border-color: rgb(101,132,150); }

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