#355658

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

Shades of Oracle #355658

Tints of Oracle #355658

Color information

#355658 (or 0x355658) is unknown color: approx Oracle. HEX triplet: 35, 56 and 58. RGB value is (53,86,88). Sum of RGB (Red+Green+Blue) = 53+86+88=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #355658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355658 is #CAA9A7. Grayscale: #4C4C4C. Windows color (decimal): -13281704 or 5789237. OLE color: 5789237.

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

Color convert

RGB538688-
CMYK0.400.0200.65
HSL183.43º24.82%27.65%-
HSV(B)183.43º39.77%34.51%-
XYZ6.568.1210.45-
YUV76.36134.57111.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=23.35%
G=37.89%
B=38.77%

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
Decimal5386880.400.0200.65183.4324.8227.65
Hex355658282041b7191c
Octal6512613050201012673134
Binary110101101011010110001010001001000001101101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355658; }

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

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

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

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

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

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

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

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