Html Css Color HEX #355655 Oracle

📋 copy color: '#355655'

red 53 ◦ green 86 ◦ blue 85

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

Shades of Oracle #355655

Tints of Oracle #355655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 23.66%
G = 38.39%
B = 37.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#355655 (or 0x355655) is known color: Oracle. HEX triplet: 35, 56 and 55. RGB value is (53,86,85). Sum of RGB (Red+Green+Blue) = 53+86+85=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #355655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355655 is #CAA9AA. Grayscale: #4B4B4B. Windows color (decimal): -13281707 or 5592629. OLE color: 5592629.

HSL color Cylindrical-coordinate representation of color #355655: hue angle of 178.18º 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 #355655 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 86 85 -
CMYK 0.38 0 0.01 0.66
HSL 178.18º 0.24% 0.27% -
HSV(B) 178.18º 0.38% 0.34% -
XYZ 6.44 8.07 9.81 -
YUV 76.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 53 86 85 0.38 0 0.01 0.66 178.18 0.24 0.27
Hex 35 56 55 26 0 1 42 B2 18 1B
Octal 65 126 125 46 0 1 102 262 30 33
Binary 110101 1010110 1010101 100110 0 1 1000010 10110010 11000 11011

Color Harmonies of #355655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355655

Black with #355655

Text Example


Text Example

White with #355655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355655; }

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

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

background-color css

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

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

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

border-color css

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

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

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