Html Css Color HEX #335D5D Oracle

📋 copy color: '#335D5D'

red 51 ◦ green 93 ◦ blue 93

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

Shades of Oracle #335D5D

Tints of Oracle #335D5D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.24%

 BLUE value IS 93 (36.72% from 255) = 39.24%

R = 21.52%
G = 39.24%
B = 39.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#335D5D (or 0x335D5D) is known color: Oracle. HEX triplet: 33, 5D and 5D. RGB value is (51,93,93). Sum of RGB (Red+Green+Blue) = 51+93+93=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #335D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D5D is #CCA2A2. Grayscale: #505050. Windows color (decimal): -13410979 or 6118707. OLE color: 6118707.

HSL color Cylindrical-coordinate representation of color #335D5D: hue angle of 180º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #335D5D is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 93 93 -
CMYK 0.45 0 0 0.64
HSL 180º 0.29% 0.28% -
HSV(B) 180º 0.45% 0.36% -
XYZ 7.26 9.32 11.77 -
YUV 80.44 135.09 107 -
System Red Green Blue C M Y K H S L
Decimal 51 93 93 0.45 0 0 0.64 180 0.29 0.28
Hex 33 5D 5D 2D 0 0 40 B4 1D 1C
Octal 63 135 135 55 0 0 100 264 35 34
Binary 110011 1011101 1011101 101101 0 0 1000000 10110100 11101 11100

Color Harmonies of #335D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D5D

Black with #335D5D

Text Example


Text Example

White with #335D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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