#395553

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

Shades of Oracle #395553

Tints of Oracle #395553

Color information

#395553 (or 0x395553) is unknown color: approx Oracle. HEX triplet: 39, 55 and 53. RGB value is (57,85,83). Sum of RGB (Red+Green+Blue) = 57+85+83=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #395553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395553 is #C6AAAC. Grayscale: #4C4C4C. Windows color (decimal): -13019821 or 5461305. OLE color: 5461305.

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

Color convert

RGB578583-
CMYK0.3300.020.67
HSL175.71º19.72%27.84%-
HSV(B)175.71º32.94%33.33%-
XYZ6.57.999.38-
YUV76.4131.72114.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=25.33%
G=37.78%
B=36.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785830.3300.020.67175.7119.7227.84
Hex395553210243b0141c
Octal7112512341021032602434
Binary111001101010110100111000010101000011101100001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395553; }

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

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

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

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

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

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

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

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