#648592

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

Shades of Horizon #648592

Tints of Horizon #648592

Color information

#648592 (or 0x648592) is unknown color: approx Horizon. HEX triplet: 64, 85 and 92. RGB value is (100,133,146). Sum of RGB (Red+Green+Blue) = 100+133+146=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #648592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648592 is #9B7A6D. Grayscale: #7C7C7C. Windows color (decimal): -10189422 or 9602404. OLE color: 9602404.

HSL color Cylindrical-coordinate representation of color #648592: hue angle of 196.96º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648592 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB100133146-
CMYK0.320.0900.43
HSL196.96º18.7%48.24%-
HSV(B)196.96º31.51%57.25%-
XYZ18.8321.5630.36-
YUV124.62140.07110.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=26.39%
G=35.09%
B=38.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001331460.320.0900.43196.9618.748.24
Hex64859220902Bc51330
Octal14420522240110533052360
Binary11001001000010110010010100000100101010111100010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648592; }

 p { color: rgb(100,133,146); }

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

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

 a { background-color: rgb(100,133,146); }

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

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

 span { border-color: rgb(100,133,146); }

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