Html Css Color HEX #335C5D Oracle

📋 copy color: '#335C5D'

red 51 ◦ green 92 ◦ blue 93

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

Shades of Oracle #335C5D

Tints of Oracle #335C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.98%

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

R = 21.61%
G = 38.98%
B = 39.41%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#335C5D (or 0x335C5D) is known color: Oracle. HEX triplet: 33, 5C and 5D. RGB value is (51,92,93). Sum of RGB (Red+Green+Blue) = 51+92+93=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #335C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C5D is #CCA3A2. Grayscale: #4F4F4F. Windows color (decimal): -13411235 or 6118451. OLE color: 6118451.

HSL color Cylindrical-coordinate representation of color #335C5D: hue angle of 181.43º 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 #335C5D is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 92 93 -
CMYK 0.45 0.01 0 0.64
HSL 181.43º 0.29% 0.28% -
HSV(B) 181.43º 0.45% 0.36% -
XYZ 7.17 9.15 11.74 -
YUV 79.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 51 92 93 0.45 0.01 0 0.64 181.43 0.29 0.28
Hex 33 5C 5D 2D 1 0 40 B5 1D 1C
Octal 63 134 135 55 1 0 100 265 35 34
Binary 110011 1011100 1011101 101101 1 0 1000000 10110101 11101 11100

Color Harmonies of #335C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C5D

Black with #335C5D

Text Example


Text Example

White with #335C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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