#155568

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

Shades of Orient #155568

Tints of Orient #155568

Color information

#155568 (or 0x155568) is unknown color: approx Orient. HEX triplet: 15, 55 and 68. RGB value is (21,85,104). Sum of RGB (Red+Green+Blue) = 21+85+104=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #155568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155568 is #EAAA97. Grayscale: #434343. Windows color (decimal): -15379096 or 6837525. OLE color: 6837525.

HSL color Cylindrical-coordinate representation of color #155568: hue angle of 193.73º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155568 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2185104-
CMYK0.800.1800.59
HSL193.73º66.4%24.51%-
HSV(B)193.73º79.81%40.78%-
XYZ6.067.6614.26-
YUV68.03148.394.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=10%
G=40.48%
B=49.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21851040.800.1800.59193.7366.424.51
Hex155568501203Bc24219
Octal251251501202207330210231
Binary1010110101011101000101000010010011101111000010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155568; }

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

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

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

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

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

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

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

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