Html Css Color HEX #385D5A Oracle

📋 copy color: '#385D5A'

red 56 ◦ green 93 ◦ blue 90

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

Shades of Oracle #385D5A

Tints of Oracle #385D5A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.91%

 BLUE value IS 90 (35.55% from 255) = 37.66%

R = 23.43%
G = 38.91%
B = 37.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#385D5A (or 0x385D5A) is known color: Oracle. HEX triplet: 38, 5D and 5A. RGB value is (56,93,90). Sum of RGB (Red+Green+Blue) = 56+93+90=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 93 - color contains mainly: green. Hex color #385D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D5A is #C7A2A5. Grayscale: #515151. Windows color (decimal): -13083302 or 5922104. OLE color: 5922104.

HSL color Cylindrical-coordinate representation of color #385D5A: hue angle of 175.14º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D5A is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 93 90 -
CMYK 0.40 0 0.03 0.64
HSL 175.14º 0.25% 0.29% -
HSV(B) 175.14º 0.4% 0.36% -
XYZ 7.39 9.41 11.1 -
YUV 81.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 56 93 90 0.40 0 0.03 0.64 175.14 0.25 0.29
Hex 38 5D 5A 28 0 3 40 AF 19 1D
Octal 70 135 132 50 0 3 100 257 31 35
Binary 111000 1011101 1011010 101000 0 11 1000000 10101111 11001 11101

Color Harmonies of #385D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D5A

Black with #385D5A

Text Example


Text Example

White with #385D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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