#15556C

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

Shades of Orient #15556C

Tints of Orient #15556C

Color information

#15556C (or 0x15556C) is unknown color: approx Orient. HEX triplet: 15, 55 and 6C. RGB value is (21,85,108). Sum of RGB (Red+Green+Blue) = 21+85+108=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #15556C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15556C is #EAAA93. Grayscale: #444444. Windows color (decimal): -15379092 or 7099669. OLE color: 7099669.

HSL color Cylindrical-coordinate representation of color #15556C: hue angle of 195.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15556C is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2185108-
CMYK0.810.2100.58
HSL195.86º67.44%25.29%-
HSV(B)195.86º80.56%42.35%-
XYZ6.267.7415.35-
YUV68.49150.394.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 108 (42.58% from 255) = 50.47%
R=9.81%
G=39.72%
B=50.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21851080.810.2100.58195.8667.4425.29
Hex15556C511503Ac44319
Octal251251541212507230410331
Binary1010110101011101100101000110101011101011000100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15556C; }

 p { color: rgb(21,85,108); }

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

<style>
 a { background-color: #15556C; }

 a { background-color: rgb(21,85,108); }

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

<style>
 span { border-color: #15556C; }

 span { border-color: rgb(21,85,108); }

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