#65919D

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

Shades of Horizon #65919D

Tints of Horizon #65919D

Color information

#65919D (or 0x65919D) is unknown color: approx Horizon. HEX triplet: 65, 91 and 9D. RGB value is (101,145,157). Sum of RGB (Red+Green+Blue) = 101+145+157=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #65919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65919D is #9A6E62. Grayscale: #858585. Windows color (decimal): -10120803 or 10326373. OLE color: 10326373.

HSL color Cylindrical-coordinate representation of color #65919D: hue angle of 192.86º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65919D is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101145157-
CMYK0.360.0800.38
HSL192.86º22.22%50.59%-
HSV(B)192.86º35.67%61.57%-
XYZ21.5825.4535.67-
YUV133.21141.42105.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=25.06%
G=35.98%
B=38.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011451570.360.0800.38192.8622.2250.59
Hex65919D248026c11633
Octal14522123544100463012663
Binary11001011001000110011101100100100001001101100000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65919D; }

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

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

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

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

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

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

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

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