#65919C

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

Shades of Horizon #65919C

Tints of Horizon #65919C

Color information

#65919C (or 0x65919C) is unknown color: approx Horizon. HEX triplet: 65, 91 and 9C. RGB value is (101,145,156). Sum of RGB (Red+Green+Blue) = 101+145+156=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #65919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65919C is #9A6E63. Grayscale: #858585. Windows color (decimal): -10120804 or 10260837. OLE color: 10260837.

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

Color convert

RGB101145156-
CMYK0.350.0700.39
HSL192º21.74%50.39%-
HSV(B)192º35.26%61.18%-
XYZ21.4925.4235.23-
YUV133.1140.92105.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.12%
GREEN value IS 145 (57.03% from 255) = 36.07%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=25.12%
G=36.07%
B=38.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011451560.350.0700.3919221.7450.39
Hex65919C237027c01632
Octal1452212344370473002662
Binary1100101100100011001110010001111101001111100000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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