Html Css Color HEX #385B57 Oracle

📋 copy color: '#385B57'

red 56 ◦ green 91 ◦ blue 87

#385B57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #385B57

Tints of Oracle #385B57

RGB

 RED value IS 56 (22.27% from 255) = 23.93%

 GREEN value IS 91 (35.94% from 255) = 38.89%

 BLUE value IS 87 (34.38% from 255) = 37.18%

R = 23.93%
G = 38.89%
B = 37.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#385B57 (or 0x385B57) is known color: Oracle. HEX triplet: 38, 5B and 57. RGB value is (56,91,87). Sum of RGB (Red+Green+Blue) = 56+91+87=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #385B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B57 is #C7A4A8. Grayscale: #505050. Windows color (decimal): -13083817 or 5724984. OLE color: 5724984.

HSL color Cylindrical-coordinate representation of color #385B57: hue angle of 173.14º 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 #385B57 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 91 87 -
CMYK 0.38 0 0.04 0.64
HSL 173.14º 0.24% 0.29% -
HSV(B) 173.14º 0.38% 0.36% -
XYZ 7.09 9.01 10.38 -
YUV 80.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 56 91 87 0.38 0 0.04 0.64 173.14 0.24 0.29
Hex 38 5B 57 26 0 4 40 AD 18 1D
Octal 70 133 127 46 0 4 100 255 30 35
Binary 111000 1011011 1010111 100110 0 100 1000000 10101101 11000 11101

Color Harmonies of #385B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B57

Black with #385B57

Text Example


Text Example

White with #385B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #385B57;
 }
 .AnyTagClassName
 {
   color: #385B57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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