#395857

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

Shades of Oracle #395857

Tints of Oracle #395857

Color information

#395857 (or 0x395857) is unknown color: approx Oracle. HEX triplet: 39, 58 and 57. RGB value is (57,88,87). Sum of RGB (Red+Green+Blue) = 57+88+87=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #395857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395857 is #C6A7A8. Grayscale: #4E4E4E. Windows color (decimal): -13019049 or 5724217. OLE color: 5724217.

HSL color Cylindrical-coordinate representation of color #395857: hue angle of 178.06º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #395857 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB578887-
CMYK0.3500.010.65
HSL178.06º21.38%28.43%-
HSV(B)178.06º35.23%34.51%-
XYZ6.98.5410.3-
YUV78.62132.73112.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 87 (34.38% from 255) = 37.5%
R=24.57%
G=37.93%
B=37.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5788870.3500.010.65178.0621.3828.43
Hex395857230141b2151c
Octal7113012743011012622534
Binary11100110110001010111100011011000001101100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395857; }

 p { color: rgb(57,88,87); }

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

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

 a { background-color: rgb(57,88,87); }

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

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

 span { border-color: rgb(57,88,87); }

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