#799CA5

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

Shades of Ziggurat #799CA5

Tints of Ziggurat #799CA5

Color information

#799CA5 (or 0x799CA5) is unknown color: approx Ziggurat. HEX triplet: 79, 9C and A5. RGB value is (121,156,165). Sum of RGB (Red+Green+Blue) = 121+156+165=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 165 - color contains mainly: blue. Hex color #799CA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799CA5 is #86635A. Grayscale: #929292. Windows color (decimal): -8807259 or 10853497. OLE color: 10853497.

HSL color Cylindrical-coordinate representation of color #799CA5: hue angle of 192.27º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #799CA5 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB121156165-
CMYK0.270.0500.35
HSL192.27º19.64%56.08%-
HSV(B)192.27º26.67%64.71%-
XYZ26.5730.5640.1-
YUV146.56138.4109.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.38%
GREEN value IS 156 (61.33% from 255) = 35.29%
BLUE value IS 165 (64.84% from 255) = 37.33%
R=27.38%
G=35.29%
B=37.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1211561650.270.0500.35192.2719.6456.08
Hex799CA51B5023c01438
Octal1712342453350433002470
Binary111100110011100101001011101110101000111100000010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799CA5; }

 p { color: rgb(121,156,165); }

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

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

 a { background-color: rgb(121,156,165); }

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

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

 span { border-color: rgb(121,156,165); }

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