Html Css Color HEX #355555 Oracle

📋 copy color: '#355555'

red 53 ◦ green 85 ◦ blue 85

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

Shades of Oracle #355555

Tints of Oracle #355555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.12%

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

R = 23.77%
G = 38.12%
B = 38.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#355555 (or 0x355555) is known color: Oracle. HEX triplet: 35, 55 and 55. RGB value is (53,85,85). Sum of RGB (Red+Green+Blue) = 53+85+85=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #355555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355555 is #CAAAAA. Grayscale: #4B4B4B. Windows color (decimal): -13281963 or 5592373. OLE color: 5592373.

HSL color Cylindrical-coordinate representation of color #355555: hue angle of 180º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355555 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 85 -
CMYK 0.38 0 0 0.67
HSL 180º 0.23% 0.27% -
HSV(B) 180º 0.38% 0.33% -
XYZ 6.36 7.91 9.79 -
YUV 75.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 53 85 85 0.38 0 0 0.67 180 0.23 0.27
Hex 35 55 55 26 0 0 43 B4 17 1B
Octal 65 125 125 46 0 0 103 264 27 33
Binary 110101 1010101 1010101 100110 0 0 1000011 10110100 10111 11011

Color Harmonies of #355555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355555

Black with #355555

Text Example


Text Example

White with #355555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355555; }

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

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

background-color css

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

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

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

border-color css

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

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

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