#65929B

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

Shades of Horizon #65929B

Tints of Horizon #65929B

Color information

#65929B (or 0x65929B) is unknown color: approx Horizon. HEX triplet: 65, 92 and 9B. RGB value is (101,146,155). Sum of RGB (Red+Green+Blue) = 101+146+155=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #65929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65929B is #9A6D64. Grayscale: #858585. Windows color (decimal): -10120549 or 10195557. OLE color: 10195557.

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

Color convert

RGB101146155-
CMYK0.350.0600.39
HSL190º21.26%50.2%-
HSV(B)190º34.84%60.78%-
XYZ21.5625.6934.83-
YUV133.57140.09104.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.12%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=25.12%
G=36.32%
B=38.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011461550.350.0600.3919021.2650.2
Hex65929B236027be1532
Octal1452222334360472762562
Binary1100101100100101001101110001111001001111011111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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