#385353

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

Shades of Oracle #385353

Tints of Oracle #385353

Color information

#385353 (or 0x385353) is unknown color: approx Oracle. HEX triplet: 38, 53 and 53. RGB value is (56,83,83). Sum of RGB (Red+Green+Blue) = 56+83+83=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #385353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385353 is #C7ACAC. Grayscale: #4A4A4A. Windows color (decimal): -13085869 or 5460792. OLE color: 5460792.

HSL color Cylindrical-coordinate representation of color #385353: hue angle of 180º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385353 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB568383-
CMYK0.33000.67
HSL180º19.42%27.25%-
HSV(B)180º32.53%32.55%-
XYZ6.297.659.33-
YUV74.93132.55114.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=25.23%
G=37.39%
B=37.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683830.33000.6718019.4227.25
Hex385353210043b4131b
Octal7012312341001032642333
Binary11100010100111010011100001001000011101101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385353; }

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

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

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

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

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

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

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

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