#175875

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

Shades of Orient #175875

Tints of Orient #175875

Color information

#175875 (or 0x175875) is unknown color: approx Orient. HEX triplet: 17, 58 and 75. RGB value is (23,88,117). Sum of RGB (Red+Green+Blue) = 23+88+117=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #175875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175875 is #E8A78A. Grayscale: #474747. Windows color (decimal): -15247243 or 7690263. OLE color: 7690263.

HSL color Cylindrical-coordinate representation of color #175875: hue angle of 198.51º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175875 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2388117-
CMYK0.800.2500.54
HSL198.51º67.14%27.45%-
HSV(B)198.51º80.34%45.88%-
XYZ7.058.4518.09-
YUV71.87153.4793.14-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.09%
GREEN value IS 88 (34.77% from 255) = 38.60%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=10.09%
G=38.60%
B=51.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23881170.800.2500.54198.5167.1427.45
Hex1758755019036c7431b
Octal271301651203106630710333
Binary1011110110001110101101000011001011011011000111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175875; }

 p { color: rgb(23,88,117); }

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

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

 a { background-color: rgb(23,88,117); }

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

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

 span { border-color: rgb(23,88,117); }

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