#385553

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

Shades of Oracle #385553

Tints of Oracle #385553

Color information

#385553 (or 0x385553) is unknown color: approx Oracle. HEX triplet: 38, 55 and 53. RGB value is (56,85,83). Sum of RGB (Red+Green+Blue) = 56+85+83=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #385553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385553 is #C7AAAC. Grayscale: #4C4C4C. Windows color (decimal): -13085357 or 5461304. OLE color: 5461304.

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

Color convert

RGB568583-
CMYK0.3400.020.67
HSL175.86º20.57%27.65%-
HSV(B)175.86º34.12%33.33%-
XYZ6.447.969.38-
YUV76.1131.89113.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=25%
G=37.95%
B=37.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685830.3400.020.67175.8620.5727.65
Hex385553220243b0151c
Octal7012512342021032602534
Binary111000101010110100111000100101000011101100001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385553; }

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

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

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

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

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

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

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

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