#395F5B

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

Shades of Oracle #395F5B

Tints of Oracle #395F5B

Color information

#395F5B (or 0x395F5B) is unknown color: approx Oracle. HEX triplet: 39, 5F and 5B. RGB value is (57,95,91). Sum of RGB (Red+Green+Blue) = 57+95+91=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 95 - color contains mainly: green. Hex color #395F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F5B is #C6A0A4. Grayscale: #535353. Windows color (decimal): -13017253 or 5988153. OLE color: 5988153.

HSL color Cylindrical-coordinate representation of color #395F5B: hue angle of 173.68º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #395F5B is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB579591-
CMYK0.4000.040.63
HSL173.68º25%29.8%-
HSV(B)173.68º40%37.25%-
XYZ7.679.8111.39-
YUV83.18132.41109.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=23.46%
G=39.09%
B=37.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5795910.4000.040.63173.682529.8
Hex395F5B28043Fae191e
Octal711371335004772563136
Binary111001101111110110111010000100111111101011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395F5B; }

 p { color: rgb(57,95,91); }

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

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

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

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

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

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

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