#385B56

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

Shades of Oracle #385B56

Tints of Oracle #385B56

Color information

#385B56 (or 0x385B56) is unknown color: approx Oracle. HEX triplet: 38, 5B and 56. RGB value is (56,91,86). Sum of RGB (Red+Green+Blue) = 56+91+86=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #385B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B56 is #C7A4A9. Grayscale: #4F4F4F. Windows color (decimal): -13083818 or 5659448. OLE color: 5659448.

HSL color Cylindrical-coordinate representation of color #385B56: hue angle of 171.43º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385B56 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB569186-
CMYK0.3800.050.64
HSL171.43º23.81%28.82%-
HSV(B)171.43º38.46%35.69%-
XYZ7.058.9910.17-
YUV79.96131.4110.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 86 (33.98% from 255) = 36.91%
R=24.03%
G=39.06%
B=36.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691860.3800.050.64171.4323.8128.82
Hex385B56260540ab181d
Octal7013312646051002533035
Binary1110001011011101011010011001011000000101010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,91,86); }

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

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

 a { background-color: rgb(56,91,86); }

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

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

 span { border-color: rgb(56,91,86); }

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