#355654

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

Shades of Oracle #355654

Tints of Oracle #355654

Color information

#355654 (or 0x355654) is unknown color: approx Oracle. HEX triplet: 35, 56 and 54. RGB value is (53,86,84). Sum of RGB (Red+Green+Blue) = 53+86+84=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 86 - color contains mainly: green. Hex color #355654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355654 is #CAA9AB. Grayscale: #4B4B4B. Windows color (decimal): -13281708 or 5527093. OLE color: 5527093.

HSL color Cylindrical-coordinate representation of color #355654: hue angle of 176.36º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355654 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB538684-
CMYK0.3800.020.66
HSL176.36º23.74%27.25%-
HSV(B)176.36º38.37%33.73%-
XYZ6.48.059.6-
YUV75.9132.57111.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=23.77%
G=38.57%
B=37.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5386840.3800.020.66176.3623.7427.25
Hex355654260242b0181b
Octal6512612446021022603033
Binary110101101011010101001001100101000010101100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355654; }

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

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

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

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

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

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

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

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