#195577

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

Shades of Orient #195577

Tints of Orient #195577

Color information

#195577 (or 0x195577) is unknown color: approx Orient. HEX triplet: 19, 55 and 77. RGB value is (25,85,119). Sum of RGB (Red+Green+Blue) = 25+85+119=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #195577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195577 is #E6AA88. Grayscale: #464646. Windows color (decimal): -15116937 or 7820569. OLE color: 7820569.

HSL color Cylindrical-coordinate representation of color #195577: hue angle of 201.7º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195577 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2585119-
CMYK0.790.2900.53
HSL201.7º65.28%28.24%-
HSV(B)201.7º78.99%46.67%-
XYZ6.988.0418.64-
YUV70.94155.1295.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 119 (46.88% from 255) = 51.97%
R=10.92%
G=37.12%
B=51.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25851190.790.2900.53201.765.2828.24
Hex1955774F1D035ca411c
Octal311251671173506531210134
Binary1100110101011110111100111111101011010111001010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195577; }

 p { color: rgb(25,85,119); }

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

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

 a { background-color: rgb(25,85,119); }

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

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

 span { border-color: rgb(25,85,119); }

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