#395455

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

Shades of Oracle #395455

Tints of Oracle #395455

Color information

#395455 (or 0x395455) is unknown color: approx Oracle. HEX triplet: 39, 54 and 55. RGB value is (57,84,85). Sum of RGB (Red+Green+Blue) = 57+84+85=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #395455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395455 is #C6ABAA. Grayscale: #4C4C4C. Windows color (decimal): -13020075 or 5592121. OLE color: 5592121.

HSL color Cylindrical-coordinate representation of color #395455: hue angle of 182.14º 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 #395455 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB578485-
CMYK0.330.0100.67
HSL182.14º19.72%27.84%-
HSV(B)182.14º32.94%33.33%-
XYZ6.57.879.77-
YUV76.04133.05114.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=25.22%
G=37.17%
B=37.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784850.330.0100.67182.1419.7227.84
Hex395455211043b6141c
Octal7112412541101032662434
Binary11100110101001010101100001101000011101101101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395455; }

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

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

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

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

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

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

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

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