#638592

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

Shades of Horizon #638592

Tints of Horizon #638592

Color information

#638592 (or 0x638592) is unknown color: approx Horizon. HEX triplet: 63, 85 and 92. RGB value is (99,133,146). Sum of RGB (Red+Green+Blue) = 99+133+146=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #638592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638592 is #9C7A6D. Grayscale: #7C7C7C. Windows color (decimal): -10254958 or 9602403. OLE color: 9602403.

HSL color Cylindrical-coordinate representation of color #638592: hue angle of 196.6º 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 #638592 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB99133146-
CMYK0.320.0900.43
HSL196.6º19.18%48.04%-
HSV(B)196.6º32.19%57.25%-
XYZ18.7221.530.36-
YUV124.32140.24109.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=26.19%
G=35.19%
B=38.62%

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
Decimal991331460.320.0900.43196.619.1848.04
Hex63859220902Bc51330
Octal14320522240110533052360
Binary11000111000010110010010100000100101010111100010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638592; }

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

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

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

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

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

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

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

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