#659198

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

Shades of Horizon #659198

Tints of Horizon #659198

Color information

#659198 (or 0x659198) is unknown color: approx Horizon. HEX triplet: 65, 91 and 98. RGB value is (101,145,152). Sum of RGB (Red+Green+Blue) = 101+145+152=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #659198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659198 is #9A6E67. Grayscale: #848484. Windows color (decimal): -10120808 or 9998693. OLE color: 9998693.

HSL color Cylindrical-coordinate representation of color #659198: hue angle of 188.24º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659198 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB101145152-
CMYK0.340.0500.40
HSL188.24º20.16%49.61%-
HSV(B)188.24º33.55%59.61%-
XYZ21.1625.2833.47-
YUV132.64138.92105.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 152 (59.77% from 255) = 38.19%
R=25.38%
G=36.43%
B=38.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011451520.340.0500.40188.2420.1649.61
Hex659198225028bc1432
Octal1452212304250502742462
Binary1100101100100011001100010001010101010001011110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659198; }

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

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

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

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

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

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

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

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