Html Css Color HEX #33595D Oracle

📋 copy color: '#33595D'

red 51 ◦ green 89 ◦ blue 93

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

Shades of Oracle #33595D

Tints of Oracle #33595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.2%

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

R = 21.89%
G = 38.2%
B = 39.91%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33595D (or 0x33595D) is known color: Oracle. HEX triplet: 33, 59 and 5D. RGB value is (51,89,93). Sum of RGB (Red+Green+Blue) = 51+89+93=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #33595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33595D is #CCA6A2. Grayscale: #4E4E4E. Windows color (decimal): -13412003 or 6117683. OLE color: 6117683.

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

Color convert

RGB 51 89 93 -
CMYK 0.45 0.04 0 0.64
HSL 185.71º 0.29% 0.28% -
HSV(B) 185.71º 0.45% 0.36% -
XYZ 6.91 8.64 11.66 -
YUV 78.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 51 89 93 0.45 0.04 0 0.64 185.71 0.29 0.28
Hex 33 59 5D 2D 4 0 40 BA 1D 1C
Octal 63 131 135 55 4 0 100 272 35 34
Binary 110011 1011001 1011101 101101 100 0 1000000 10111010 11101 11100

Color Harmonies of #33595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33595D

Black with #33595D

Text Example


Text Example

White with #33595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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