#155672

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

Shades of Orient #155672

Tints of Orient #155672

Color information

#155672 (or 0x155672) is unknown color: approx Orient. HEX triplet: 15, 56 and 72. RGB value is (21,86,114). Sum of RGB (Red+Green+Blue) = 21+86+114=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #155672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155672 is #EAA98D. Grayscale: #454545. Windows color (decimal): -15378830 or 7493141. OLE color: 7493141.

HSL color Cylindrical-coordinate representation of color #155672: hue angle of 198.06º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155672 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2186114-
CMYK0.820.2500.55
HSL198.06º68.89%26.47%-
HSV(B)198.06º81.58%44.71%-
XYZ6.678.0317.12-
YUV69.76152.9793.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 86 (33.98% from 255) = 38.91%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=9.50%
G=38.91%
B=51.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21861140.820.2500.55198.0668.8926.47
Hex1556725219037c6451a
Octal251261621223106730610532
Binary1010110101101110010101001011001011011111000110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155672; }

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

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

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

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

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

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

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

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