#355759

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

Shades of Oracle #355759

Tints of Oracle #355759

Color information

#355759 (or 0x355759) is unknown color: approx Oracle. HEX triplet: 35, 57 and 59. RGB value is (53,87,89). Sum of RGB (Red+Green+Blue) = 53+87+89=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #355759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355759 is #CAA8A6. Grayscale: #4D4D4D. Windows color (decimal): -13281447 or 5855029. OLE color: 5855029.

HSL color Cylindrical-coordinate representation of color #355759: hue angle of 183.33º 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 #355759 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB538789-
CMYK0.400.0200.65
HSL183.33º25.35%27.84%-
HSV(B)183.33º40.45%34.9%-
XYZ6.688.2910.7-
YUV77.06134.74110.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 87 (34.38% from 255) = 37.99%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=23.14%
G=37.99%
B=38.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5387890.400.0200.65183.3325.3527.84
Hex355759282041b7191c
Octal6512713150201012673134
Binary110101101011110110011010001001000001101101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355759; }

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

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

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

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

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

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

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

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