#395153

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

Shades of Oracle #395153

Tints of Oracle #395153

Color information

#395153 (or 0x395153) is unknown color: approx Oracle. HEX triplet: 39, 51 and 53. RGB value is (57,81,83). Sum of RGB (Red+Green+Blue) = 57+81+83=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #395153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395153 is #C6AEAC. Grayscale: #4A4A4A. Windows color (decimal): -13020845 or 5460281. OLE color: 5460281.

HSL color Cylindrical-coordinate representation of color #395153: hue angle of 184.62º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #395153 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB578183-
CMYK0.310.0200.67
HSL184.62º18.57%27.45%-
HSV(B)184.62º31.33%32.55%-
XYZ6.197.389.28-
YUV74.05133.05115.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=25.79%
G=36.65%
B=37.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5781830.310.0200.67184.6218.5727.45
Hex3951531F2043b9131b
Octal7112112337201032712333
Binary11100110100011010011111111001000011101110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395153; }

 p { color: rgb(57,81,83); }

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

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

 a { background-color: rgb(57,81,83); }

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

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

 span { border-color: rgb(57,81,83); }

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