#15587A

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

Shades of Orient #15587A

Tints of Orient #15587A

Color information

#15587A (or 0x15587A) is unknown color: approx Orient. HEX triplet: 15, 58 and 7A. RGB value is (21,88,122). Sum of RGB (Red+Green+Blue) = 21+88+122=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #15587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15587A is #EAA785. Grayscale: #474747. Windows color (decimal): -15378310 or 8017941. OLE color: 8017941.

HSL color Cylindrical-coordinate representation of color #15587A: hue angle of 200.2º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15587A is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2188122-
CMYK0.830.2800.52
HSL200.2º70.63%28.04%-
HSV(B)200.2º82.79%47.84%-
XYZ7.318.5419.68-
YUV71.84156.391.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.09%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 122 (48.05% from 255) = 52.81%
R=9.09%
G=38.10%
B=52.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21881220.830.2800.52200.270.6328.04
Hex15587A531C034c8471c
Octal251301721233406431010734
Binary1010110110001111010101001111100011010011001000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15587A; }

 p { color: rgb(21,88,122); }

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

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

 a { background-color: rgb(21,88,122); }

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

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

 span { border-color: rgb(21,88,122); }

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