#1D5568

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

Shades of Orient #1D5568

Tints of Orient #1D5568

Color information

#1D5568 (or 0x1D5568) is unknown color: approx Orient. HEX triplet: 1D, 55 and 68. RGB value is (29,85,104). Sum of RGB (Red+Green+Blue) = 29+85+104=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D5568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5568 is #E2AA97. Grayscale: #464646. Windows color (decimal): -14854808 or 6837533. OLE color: 6837533.

HSL color Cylindrical-coordinate representation of color #1D5568: hue angle of 195.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D5568 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2985104-
CMYK0.720.1800.59
HSL195.2º56.39%26.08%-
HSV(B)195.2º72.12%40.78%-
XYZ6.257.7614.26-
YUV70.42146.9598.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.30%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=13.30%
G=38.99%
B=47.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29851040.720.1800.59195.256.3926.08
Hex1D5568481203Bc3381a
Octal35125150110220733037032
Binary111011010101110100010010001001001110111100001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D5568; }

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

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

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

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

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

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

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

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