#83ABB5

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

Shades of Ziggurat #83ABB5

Tints of Ziggurat #83ABB5

Color information

#83ABB5 (or 0x83ABB5) is unknown color: approx Ziggurat. HEX triplet: 83, AB and B5. RGB value is (131,171,181). Sum of RGB (Red+Green+Blue) = 131+171+181=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 181 - color contains mainly: blue. Hex color #83ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABB5 is #7C544A. Grayscale: #A0A0A0. Windows color (decimal): -8148043 or 11905923. OLE color: 11905923.

HSL color Cylindrical-coordinate representation of color #83ABB5: hue angle of 192º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83ABB5 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB131171181-
CMYK0.280.0600.29
HSL192º25.25%61.18%-
HSV(B)192º27.62%70.98%-
XYZ32.2637.2949.21-
YUV160.18139.75107.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.12%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 181 (71.09% from 255) = 37.47%
R=27.12%
G=35.40%
B=37.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311711810.280.0600.2919225.2561.18
Hex83ABB51C601Dc0193d
Octal2032532653460353003175
Binary100000111010101110110101111001100111011100000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,171,181); }

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

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

 a { background-color: rgb(131,171,181); }

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

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

 span { border-color: rgb(131,171,181); }

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