#658491

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

Shades of Horizon #658491

Tints of Horizon #658491

Color information

#658491 (or 0x658491) is unknown color: approx Horizon. HEX triplet: 65, 84 and 91. RGB value is (101,132,145). Sum of RGB (Red+Green+Blue) = 101+132+145=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #658491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658491 is #9A7B6E. Grayscale: #7C7C7C. Windows color (decimal): -10124143 or 9536613. OLE color: 9536613.

HSL color Cylindrical-coordinate representation of color #658491: hue angle of 197.73º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #658491 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB101132145-
CMYK0.300.0900.43
HSL197.73º17.89%48.24%-
HSV(B)197.73º30.34%56.86%-
XYZ18.7321.3129.91-
YUV124.21139.73111.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 145 (57.03% from 255) = 38.36%
R=26.72%
G=34.92%
B=38.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011321450.300.0900.43197.7317.8948.24
Hex6584911E902Bc61230
Octal14520422136110533062260
Binary1100101100001001001000111110100101010111100011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658491; }

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

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

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

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

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

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

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

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