#385C5B

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

Shades of Oracle #385C5B

Tints of Oracle #385C5B

Color information

#385C5B (or 0x385C5B) is unknown color: approx Oracle. HEX triplet: 38, 5C and 5B. RGB value is (56,92,91). Sum of RGB (Red+Green+Blue) = 56+92+91=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #385C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C5B is #C7A3A4. Grayscale: #515151. Windows color (decimal): -13083557 or 5987384. OLE color: 5987384.

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

Color convert

RGB569291-
CMYK0.3900.010.64
HSL178.33º24.32%29.02%-
HSV(B)178.33º39.13%36.08%-
XYZ7.359.2511.3-
YUV81.12133.57110.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 92 (36.33% from 255) = 38.49%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=23.43%
G=38.49%
B=38.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5692910.3900.010.64178.3324.3229.02
Hex385C5B270140b2181d
Octal7013413347011002623035
Binary11100010111001011011100111011000000101100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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