#65828E

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

Shades of Horizon #65828E

Tints of Horizon #65828E

Color information

#65828E (or 0x65828E) is unknown color: approx Horizon. HEX triplet: 65, 82 and 8E. RGB value is (101,130,142). Sum of RGB (Red+Green+Blue) = 101+130+142=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 142 - color contains mainly: blue. Hex color #65828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65828E is #9A7D71. Grayscale: #7A7A7A. Windows color (decimal): -10124658 or 9339493. OLE color: 9339493.

HSL color Cylindrical-coordinate representation of color #65828E: hue angle of 197.56º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65828E is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB101130142-
CMYK0.290.0800.44
HSL197.56º16.87%47.65%-
HSV(B)197.56º28.87%55.69%-
XYZ18.2320.6828.62-
YUV122.7138.89112.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=27.08%
G=34.85%
B=38.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011301420.290.0800.44197.5616.8747.65
Hex65828E1D802Cc61130
Octal14520221635100543062160
Binary1100101100000101000111011101100001011001100011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65828E; }

 p { color: rgb(101,130,142); }

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

<style>
 a { background-color: #65828E; }

 a { background-color: rgb(101,130,142); }

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

<style>
 span { border-color: #65828E; }

 span { border-color: rgb(101,130,142); }

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