Html Css Color HEX #385959 Oracle

📋 copy color: '#385959'

red 56 ◦ green 89 ◦ blue 89

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

Shades of Oracle #385959

Tints of Oracle #385959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.03%

 BLUE value IS 89 (35.16% from 255) = 38.03%

R = 23.93%
G = 38.03%
B = 38.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#385959 (or 0x385959) is known color: Oracle. HEX triplet: 38, 59 and 59. RGB value is (56,89,89). Sum of RGB (Red+Green+Blue) = 56+89+89=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #385959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385959 is #C7A6A6. Grayscale: #4F4F4F. Windows color (decimal): -13084327 or 5855544. OLE color: 5855544.

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

Color convert

RGB 56 89 89 -
CMYK 0.37 0 0 0.65
HSL 180º 0.23% 0.28% -
HSV(B) 180º 0.37% 0.35% -
XYZ 7.01 8.71 10.76 -
YUV 79.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 56 89 89 0.37 0 0 0.65 180 0.23 0.28
Hex 38 59 59 25 0 0 41 B4 17 1C
Octal 70 131 131 45 0 0 101 264 27 34
Binary 111000 1011001 1011001 100101 0 0 1000001 10110100 10111 11100

Color Harmonies of #385959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385959

Black with #385959

Text Example


Text Example

White with #385959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385959; }

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

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

background-color css

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

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

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

border-color css

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

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

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