Html Css Color HEX #335555 Oracle

📋 copy color: '#335555'

red 51 ◦ green 85 ◦ blue 85

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

Shades of Oracle #335555

Tints of Oracle #335555

RGB

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

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

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

R = 23.08%
G = 38.46%
B = 38.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#335555 (or 0x335555) is known color: Oracle. HEX triplet: 33, 55 and 55. RGB value is (51,85,85). Sum of RGB (Red+Green+Blue) = 51+85+85=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #335555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335555 is #CCAAAA. Grayscale: #4A4A4A. Windows color (decimal): -13413035 or 5592371. OLE color: 5592371.

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

Color convert

RGB 51 85 85 -
CMYK 0.40 0 0 0.67
HSL 180º 0.25% 0.27% -
HSV(B) 180º 0.4% 0.33% -
XYZ 6.25 7.86 9.78 -
YUV 74.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 51 85 85 0.40 0 0 0.67 180 0.25 0.27
Hex 33 55 55 28 0 0 43 B4 19 1B
Octal 63 125 125 50 0 0 103 264 31 33
Binary 110011 1010101 1010101 101000 0 0 1000011 10110100 11001 11011

Color Harmonies of #335555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335555

Black with #335555

Text Example


Text Example

White with #335555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335555; }

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

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

background-color css

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

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

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

border-color css

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

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

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