#658995

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

Shades of Horizon #658995

Tints of Horizon #658995

Color information

#658995 (or 0x658995) is unknown color: approx Horizon. HEX triplet: 65, 89 and 95. RGB value is (101,137,149). Sum of RGB (Red+Green+Blue) = 101+137+149=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #658995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658995 is #9A766A. Grayscale: #7F7F7F. Windows color (decimal): -10122859 or 9800037. OLE color: 9800037.

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

Color convert

RGB101137149-
CMYK0.320.0800.42
HSL195º19.2%49.02%-
HSV(B)195º32.21%58.43%-
XYZ19.7422.8331.8-
YUV127.6140.07109.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.10%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=26.10%
G=35.40%
B=38.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011371490.320.0800.4219519.249.02
Hex65899520802Ac31331
Octal14521122540100523032361
Binary11001011000100110010101100000100001010101100001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658995; }

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

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

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

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

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

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

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

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