#658293

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

Shades of Horizon #658293

Tints of Horizon #658293

Color information

#658293 (or 0x658293) is unknown color: approx Horizon. HEX triplet: 65, 82 and 93. RGB value is (101,130,147). Sum of RGB (Red+Green+Blue) = 101+130+147=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #658293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658293 is #9A7D6C. Grayscale: #7B7B7B. Windows color (decimal): -10124653 or 9667173. OLE color: 9667173.

HSL color Cylindrical-coordinate representation of color #658293: hue angle of 202.17º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #658293 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB101130147-
CMYK0.310.1200.42
HSL202.17º18.55%48.63%-
HSV(B)202.17º31.29%57.65%-
XYZ18.6220.8430.64-
YUV123.27141.39112.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=26.72%
G=34.39%
B=38.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011301470.310.1200.42202.1718.5548.63
Hex6582931FC02Aca1331
Octal14520222337140523122361
Binary1100101100000101001001111111110001010101100101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658293; }

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

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

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

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

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

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

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

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