#83A5AF

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

Shades of Ziggurat #83A5AF

Tints of Ziggurat #83A5AF

Color information

#83A5AF (or 0x83A5AF) is unknown color: approx Ziggurat. HEX triplet: 83, A5 and AF. RGB value is (131,165,175). Sum of RGB (Red+Green+Blue) = 131+165+175=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #83A5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A5AF is #7C5A50. Grayscale: #9B9B9B. Windows color (decimal): -8149585 or 11511171. OLE color: 11511171.

HSL color Cylindrical-coordinate representation of color #83A5AF: hue angle of 193.64º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83A5AF is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB131165175-
CMYK0.250.0600.31
HSL193.64º21.57%60%-
HSV(B)193.64º25.14%68.63%-
XYZ30.5534.8345.67-
YUV155.97138.74110.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.81%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=27.81%
G=35.03%
B=37.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311651750.250.0600.31193.6421.5760
Hex83A5AF19601Fc2163c
Octal2032452573160373022674
Binary100000111010010110101111110011100111111100001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A5AF; }

 p { color: rgb(131,165,175); }

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

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

 a { background-color: rgb(131,165,175); }

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

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

 span { border-color: rgb(131,165,175); }

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