#65889B

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

Shades of Horizon #65889B

Tints of Horizon #65889B

Color information

#65889B (or 0x65889B) is unknown color: approx Horizon. HEX triplet: 65, 88 and 9B. RGB value is (101,136,155). Sum of RGB (Red+Green+Blue) = 101+136+155=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #65889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65889B is #9A7764. Grayscale: #7F7F7F. Windows color (decimal): -10123109 or 10192997. OLE color: 10192997.

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

Color convert

RGB101136155-
CMYK0.350.1200.39
HSL201.11º21.26%50.2%-
HSV(B)201.11º34.84%60.78%-
XYZ20.0922.7434.34-
YUV127.7143.4108.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.77%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=25.77%
G=34.69%
B=39.54%

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
Decimal1011361550.350.1200.39201.1121.2650.2
Hex65889B23C027c91532
Octal14521023343140473112562
Binary11001011000100010011011100011110001001111100100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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