#1588A5

Color #1588A5 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #1588A5

Tints of Eastern Blue #1588A5

Color information

#1588A5 (or 0x1588A5) is unknown color: approx Eastern Blue. HEX triplet: 15, 88 and A5. RGB value is (21,136,165). Sum of RGB (Red+Green+Blue) = 21+136+165=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 165 (64.84% from 255 or 51.24% from 322); Max value from RGB is 165 - color contains mainly: blue. Hex color #1588A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1588A5 is #EA775A. Grayscale: #686868. Windows color (decimal): -15365979 or 10848277. OLE color: 10848277.

HSL color Cylindrical-coordinate representation of color #1588A5: hue angle of 192.08º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1588A5 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB21136165-
CMYK0.870.1800.35
HSL192.08º77.42%36.47%-
HSV(B)192.08º87.27%64.71%-
XYZ15.920.4838.71-
YUV104.92161.968.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.52%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 165 (64.84% from 255) = 51.24%
R=6.52%
G=42.24%
B=51.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal211361650.870.1800.35192.0877.4236.47
Hex1588A55712023c04d24
Octal252102451272204330011544
Binary1010110001000101001011010111100100100011110000001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1588A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1588A5; }

 p { color: rgb(21,136,165); }

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

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

 a { background-color: rgb(21,136,165); }

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

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

 span { border-color: rgb(21,136,165); }

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