#385A59

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

Shades of Oracle #385A59

Tints of Oracle #385A59

Color information

#385A59 (or 0x385A59) is unknown color: approx Oracle. HEX triplet: 38, 5A and 59. RGB value is (56,90,89). Sum of RGB (Red+Green+Blue) = 56+90+89=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #385A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A59 is #C7A5A6. Grayscale: #4F4F4F. Windows color (decimal): -13084071 or 5855800. OLE color: 5855800.

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

Color convert

RGB569089-
CMYK0.3800.010.65
HSL178.24º23.29%28.63%-
HSV(B)178.24º37.78%35.29%-
XYZ7.098.8710.79-
YUV79.72133.24111.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=23.83%
G=38.30%
B=37.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5690890.3800.010.65178.2423.2928.63
Hex385A59260141b2171d
Octal7013213146011012622735
Binary11100010110101011001100110011000001101100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385A59; }

 p { color: rgb(56,90,89); }

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

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

 a { background-color: rgb(56,90,89); }

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

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

 span { border-color: rgb(56,90,89); }

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