#15566F

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

Shades of Orient #15566F

Tints of Orient #15566F

Color information

#15566F (or 0x15566F) is unknown color: approx Orient. HEX triplet: 15, 56 and 6F. RGB value is (21,86,111). Sum of RGB (Red+Green+Blue) = 21+86+111=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #15566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15566F is #EAA990. Grayscale: #454545. Windows color (decimal): -15378833 or 7296533. OLE color: 7296533.

HSL color Cylindrical-coordinate representation of color #15566F: hue angle of 196.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15566F is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2186111-
CMYK0.810.2300.56
HSL196.67º68.18%25.88%-
HSV(B)196.67º81.08%43.53%-
XYZ6.517.9616.23-
YUV69.41151.4793.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.63%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 111 (43.75% from 255) = 50.92%
R=9.63%
G=39.45%
B=50.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21861110.810.2300.56196.6768.1825.88
Hex15566F5117038c5441a
Octal251261571212707030510432
Binary1010110101101101111101000110111011100011000101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15566F; }

 p { color: rgb(21,86,111); }

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

<style>
 a { background-color: #15566F; }

 a { background-color: rgb(21,86,111); }

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

<style>
 span { border-color: #15566F; }

 span { border-color: rgb(21,86,111); }

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