#355659

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

Shades of Oracle #355659

Tints of Oracle #355659

Color information

#355659 (or 0x355659) is unknown color: approx Oracle. HEX triplet: 35, 56 and 59. RGB value is (53,86,89). Sum of RGB (Red+Green+Blue) = 53+86+89=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #355659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355659 is #CAA9A6. Grayscale: #4C4C4C. Windows color (decimal): -13281703 or 5854773. OLE color: 5854773.

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

Color convert

RGB538689-
CMYK0.400.0300.65
HSL185º25.35%27.84%-
HSV(B)185º40.45%34.9%-
XYZ6.68.1310.67-
YUV76.47135.07111.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=23.25%
G=37.72%
B=39.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5386890.400.0300.6518525.3527.84
Hex355659283041b9191c
Octal6512613150301012713134
Binary110101101011010110011010001101000001101110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355659; }

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

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

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

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

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

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

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

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