#65899B

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

Shades of Horizon #65899B

Tints of Horizon #65899B

Color information

#65899B (or 0x65899B) is unknown color: approx Horizon. HEX triplet: 65, 89 and 9B. RGB value is (101,137,155). Sum of RGB (Red+Green+Blue) = 101+137+155=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #65899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65899B is #9A7664. Grayscale: #808080. Windows color (decimal): -10122853 or 10193253. OLE color: 10193253.

HSL color Cylindrical-coordinate representation of color #65899B: hue angle of 200º degrees, saturation: 0.21, 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 #65899B is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101137155-
CMYK0.350.1200.39
HSL200º21.26%50.2%-
HSV(B)200º34.84%60.78%-
XYZ20.2323.0234.39-
YUV128.29143.07108.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.70%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=25.70%
G=34.86%
B=39.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011371550.350.1200.3920021.2650.2
Hex65899B23C027c81532
Octal14521123343140473102562
Binary11001011000100110011011100011110001001111100100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65899B; }

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

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

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

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

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

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

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

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