Html Css Color HEX #355856 Oracle

📋 copy color: '#355856'

red 53 ◦ green 88 ◦ blue 86

#355856
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #355856

Tints of Oracle #355856

RGB

 RED value IS 53 (21.09% from 255) = 23.35%

 GREEN value IS 88 (34.77% from 255) = 38.77%

 BLUE value IS 86 (33.98% from 255) = 37.89%

R = 23.35%
G = 38.77%
B = 37.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#355856 (or 0x355856) is known color: Oracle. HEX triplet: 35, 58 and 56. RGB value is (53,88,86). Sum of RGB (Red+Green+Blue) = 53+88+86=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #355856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355856 is #CAA7A9. Grayscale: #4D4D4D. Windows color (decimal): -13281194 or 5658677. OLE color: 5658677.

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

Color convert

RGB 53 88 86 -
CMYK 0.40 0 0.02 0.65
HSL 176.57º 0.25% 0.28% -
HSV(B) 176.57º 0.4% 0.35% -
XYZ 6.64 8.41 10.08 -
YUV 77.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 53 88 86 0.40 0 0.02 0.65 176.57 0.25 0.28
Hex 35 58 56 28 0 2 41 B1 19 1C
Octal 65 130 126 50 0 2 101 261 31 34
Binary 110101 1011000 1010110 101000 0 10 1000001 10110001 11001 11100

Color Harmonies of #355856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355856

Black with #355856

Text Example


Text Example

White with #355856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355856; }

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

 H1.HeaderClassName
 {
   color: #355856;
 }
 .AnyTagClassName
 {
   color: #355856;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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