#395858

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

Shades of Oracle #395858

Tints of Oracle #395858

Color information

#395858 (or 0x395858) is unknown color: approx Oracle. HEX triplet: 39, 58 and 58. RGB value is (57,88,88). Sum of RGB (Red+Green+Blue) = 57+88+88=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #395858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395858 is #C6A7A7. Grayscale: #4E4E4E. Windows color (decimal): -13019048 or 5789753. OLE color: 5789753.

HSL color Cylindrical-coordinate representation of color #395858: hue angle of 180º 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 #395858 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB578888-
CMYK0.35000.65
HSL180º21.38%28.43%-
HSV(B)180º35.23%34.51%-
XYZ6.948.5510.52-
YUV78.73133.23112.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 88 (34.77% from 255) = 37.77%
R=24.46%
G=37.77%
B=37.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5788880.35000.6518021.3828.43
Hex395858230041b4151c
Octal7113013043001012642534
Binary11100110110001011000100011001000001101101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395858; }

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

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

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

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

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

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

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

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