#658B9C

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

Shades of Horizon #658B9C

Tints of Horizon #658B9C

Color information

#658B9C (or 0x658B9C) is unknown color: approx Horizon. HEX triplet: 65, 8B and 9C. RGB value is (101,139,156). Sum of RGB (Red+Green+Blue) = 101+139+156=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #658B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658B9C is #9A7463. Grayscale: #818181. Windows color (decimal): -10122340 or 10259301. OLE color: 10259301.

HSL color Cylindrical-coordinate representation of color #658B9C: hue angle of 198.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #658B9C is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101139156-
CMYK0.350.1100.39
HSL198.55º21.74%50.39%-
HSV(B)198.55º35.26%61.18%-
XYZ20.623.6334.93-
YUV129.58142.91107.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.51%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=25.51%
G=35.10%
B=39.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011391560.350.1100.39198.5521.7450.39
Hex658B9C23B027c71632
Octal14521323443130473072662
Binary11001011000101110011100100011101101001111100011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658B9C; }

 p { color: rgb(101,139,156); }

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

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

 a { background-color: rgb(101,139,156); }

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

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

 span { border-color: rgb(101,139,156); }

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