Html Css Color HEX #355554 Oracle

📋 copy color: '#355554'

red 53 ◦ green 85 ◦ blue 84

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

Shades of Oracle #355554

Tints of Oracle #355554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.84%

R = 23.87%
G = 38.29%
B = 37.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#355554 (or 0x355554) is known color: Oracle. HEX triplet: 35, 55 and 54. RGB value is (53,85,84). Sum of RGB (Red+Green+Blue) = 53+85+84=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #355554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355554 is #CAAAAB. Grayscale: #4B4B4B. Windows color (decimal): -13281964 or 5526837. OLE color: 5526837.

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

Color convert

RGB 53 85 84 -
CMYK 0.38 0 0.01 0.67
HSL 178.13º 0.23% 0.27% -
HSV(B) 178.13º 0.38% 0.33% -
XYZ 6.32 7.89 9.58 -
YUV 75.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 53 85 84 0.38 0 0.01 0.67 178.13 0.23 0.27
Hex 35 55 54 26 0 1 43 B2 17 1B
Octal 65 125 124 46 0 1 103 262 27 33
Binary 110101 1010101 1010100 100110 0 1 1000011 10110010 10111 11011

Color Harmonies of #355554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355554

Black with #355554

Text Example


Text Example

White with #355554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355554; }

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

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

background-color css

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

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

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

border-color css

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

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

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