Html Css Color HEX #335554 Oracle

📋 copy color: '#335554'

red 51 ◦ green 85 ◦ blue 84

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

Shades of Oracle #335554

Tints of Oracle #335554

RGB

 RED value IS 51 (20.31% from 255) = 23.18%

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

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

R = 23.18%
G = 38.64%
B = 38.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#335554 (or 0x335554) is known color: Oracle. HEX triplet: 33, 55 and 54. RGB value is (51,85,84). Sum of RGB (Red+Green+Blue) = 51+85+84=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #335554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335554 is #CCAAAB. Grayscale: #4A4A4A. Windows color (decimal): -13413036 or 5526835. OLE color: 5526835.

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

Color convert

RGB 51 85 84 -
CMYK 0.40 0 0.01 0.67
HSL 178.24º 0.25% 0.27% -
HSV(B) 178.24º 0.4% 0.33% -
XYZ 6.21 7.84 9.57 -
YUV 74.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 51 85 84 0.40 0 0.01 0.67 178.24 0.25 0.27
Hex 33 55 54 28 0 1 43 B2 19 1B
Octal 63 125 124 50 0 1 103 262 31 33
Binary 110011 1010101 1010100 101000 0 1 1000011 10110010 11001 11011

Color Harmonies of #335554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335554

Black with #335554

Text Example


Text Example

White with #335554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335554; }

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

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

background-color css

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

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

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

border-color css

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

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

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