#65929A

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

Shades of Horizon #65929A

Tints of Horizon #65929A

Color information

#65929A (or 0x65929A) is unknown color: approx Horizon. HEX triplet: 65, 92 and 9A. RGB value is (101,146,154). Sum of RGB (Red+Green+Blue) = 101+146+154=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #65929A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65929A is #9A6D65. Grayscale: #858585. Windows color (decimal): -10120550 or 10130021. OLE color: 10130021.

HSL color Cylindrical-coordinate representation of color #65929A: hue angle of 189.06º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65929A is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB101146154-
CMYK0.340.0500.40
HSL189.06º20.78%50%-
HSV(B)189.06º34.42%60.39%-
XYZ21.4825.6634.39-
YUV133.46139.59104.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.19%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 154 (60.55% from 255) = 38.40%
R=25.19%
G=36.41%
B=38.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011461540.340.0500.40189.0620.7850
Hex65929A225028bd1532
Octal1452222324250502752562
Binary1100101100100101001101010001010101010001011110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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