Html Css Color HEX #33585D Oracle

📋 copy color: '#33585D'

red 51 ◦ green 88 ◦ blue 93

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

Shades of Oracle #33585D

Tints of Oracle #33585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.93%

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

R = 21.98%
G = 37.93%
B = 40.09%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33585D (or 0x33585D) is known color: Oracle. HEX triplet: 33, 58 and 5D. RGB value is (51,88,93). Sum of RGB (Red+Green+Blue) = 51+88+93=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #33585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33585D is #CCA7A2. Grayscale: #4D4D4D. Windows color (decimal): -13412259 or 6117427. OLE color: 6117427.

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

Color convert

RGB 51 88 93 -
CMYK 0.45 0.05 0 0.64
HSL 187.14º 0.29% 0.28% -
HSV(B) 187.14º 0.45% 0.36% -
XYZ 6.83 8.47 11.63 -
YUV 77.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 51 88 93 0.45 0.05 0 0.64 187.14 0.29 0.28
Hex 33 58 5D 2D 5 0 40 BB 1D 1C
Octal 63 130 135 55 5 0 100 273 35 34
Binary 110011 1011000 1011101 101101 101 0 1000000 10111011 11101 11100

Color Harmonies of #33585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33585D

Black with #33585D

Text Example


Text Example

White with #33585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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