#658993

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

Shades of Horizon #658993

Tints of Horizon #658993

Color information

#658993 (or 0x658993) is unknown color: approx Horizon. HEX triplet: 65, 89 and 93. RGB value is (101,137,147). Sum of RGB (Red+Green+Blue) = 101+137+147=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #658993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658993 is #9A766C. Grayscale: #7F7F7F. Windows color (decimal): -10122861 or 9668965. OLE color: 9668965.

HSL color Cylindrical-coordinate representation of color #658993: hue angle of 193.04º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #658993 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB101137147-
CMYK0.310.0700.42
HSL193.04º18.55%48.63%-
HSV(B)193.04º31.29%57.65%-
XYZ19.5822.7630.97-
YUV127.38139.07109.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=26.23%
G=35.58%
B=38.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011371470.310.0700.42193.0418.5548.63
Hex6589931F702Ac11331
Octal1452112233770523012361
Binary110010110001001100100111111111101010101100000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658993; }

 p { color: rgb(101,137,147); }

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

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

 a { background-color: rgb(101,137,147); }

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

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

 span { border-color: rgb(101,137,147); }

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