#65929D

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

Shades of Horizon #65929D

Tints of Horizon #65929D

Color information

#65929D (or 0x65929D) is unknown color: approx Horizon. HEX triplet: 65, 92 and 9D. RGB value is (101,146,157). Sum of RGB (Red+Green+Blue) = 101+146+157=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #65929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65929D is #9A6D62. Grayscale: #858585. Windows color (decimal): -10120547 or 10326629. OLE color: 10326629.

HSL color Cylindrical-coordinate representation of color #65929D: hue angle of 191.79º 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 #65929D is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101146157-
CMYK0.360.0700.38
HSL191.79º22.22%50.59%-
HSV(B)191.79º35.67%61.57%-
XYZ21.7325.7635.72-
YUV133.8141.09104.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=25%
G=36.14%
B=38.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011461570.360.0700.38191.7922.2250.59
Hex65929D247026c01633
Octal1452222354470463002663
Binary1100101100100101001110110010011101001101100000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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