#175567

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

Shades of Orient #175567

Tints of Orient #175567

Color information

#175567 (or 0x175567) is unknown color: approx Orient. HEX triplet: 17, 55 and 67. RGB value is (23,85,103). Sum of RGB (Red+Green+Blue) = 23+85+103=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #175567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175567 is #E8AA98. Grayscale: #444444. Windows color (decimal): -15248025 or 6771991. OLE color: 6771991.

HSL color Cylindrical-coordinate representation of color #175567: hue angle of 193.5º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #175567 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2385103-
CMYK0.780.1700.60
HSL193.5º63.49%24.71%-
HSV(B)193.5º77.67%40.39%-
XYZ6.057.6613.99-
YUV68.51147.4695.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.90%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 103 (40.62% from 255) = 48.82%
R=10.90%
G=40.28%
B=48.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23851030.780.1700.60193.563.4924.71
Hex1755674E1103Cc23f19
Octal27125147116210743027731
Binary101111010101110011110011101000101111001100001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175567; }

 p { color: rgb(23,85,103); }

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

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

 a { background-color: rgb(23,85,103); }

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

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

 span { border-color: rgb(23,85,103); }

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