#355554

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

Shades of Oracle #355554

Tints of Oracle #355554

Color information

#355554 (or 0x355554) is unknown color: approx Oracle. HEX triplet: 35, 55 and 54. RGB value is (53,85,84). Sum of RGB (Red+Green+Blue) = 53+85+84=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #355554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355554 is #CAAAAB. Grayscale: #4B4B4B. Windows color (decimal): -13281964 or 5526837. OLE color: 5526837.

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

Color convert

RGB538584-
CMYK0.3800.010.67
HSL178.12º23.19%27.06%-
HSV(B)178.12º37.65%33.33%-
XYZ6.327.899.58-
YUV75.32132.9112.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=23.87%
G=38.29%
B=37.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385840.3800.010.67178.1223.1927.06
Hex355554260143b2171b
Octal6512512446011032622733
Binary11010110101011010100100110011000011101100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355554; }

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

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

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

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

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

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

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

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