#355559

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

Shades of Oracle #355559

Tints of Oracle #355559

Color information

#355559 (or 0x355559) is unknown color: approx Oracle. HEX triplet: 35, 55 and 59. RGB value is (53,85,89). Sum of RGB (Red+Green+Blue) = 53+85+89=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #355559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355559 is #CAAAA6. Grayscale: #4B4B4B. Windows color (decimal): -13281959 or 5854517. OLE color: 5854517.

HSL color Cylindrical-coordinate representation of color #355559: hue angle of 186.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355559 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB538589-
CMYK0.400.0400.65
HSL186.67º25.35%27.84%-
HSV(B)186.67º40.45%34.9%-
XYZ6.527.9810.65-
YUV75.89135.4111.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=23.35%
G=37.44%
B=39.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5385890.400.0400.65186.6725.3527.84
Hex355559284041bb191c
Octal6512513150401012733134
Binary1101011010101101100110100010001000001101110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355559; }

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

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

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

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

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

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

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

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