Html Css Color HEX #33575C Oracle

📋 copy color: '#33575C'

red 51 ◦ green 87 ◦ blue 92

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

Shades of Oracle #33575C

Tints of Oracle #33575C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.83%

 BLUE value IS 92 (36.33% from 255) = 40%

R = 22.17%
G = 37.83%
B = 40%

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

#33575C (or 0x33575C) is known color: Oracle. HEX triplet: 33, 57 and 5C. RGB value is (51,87,92). Sum of RGB (Red+Green+Blue) = 51+87+92=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #33575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33575C is #CCA8A3. Grayscale: #4C4C4C. Windows color (decimal): -13412516 or 6051635. OLE color: 6051635.

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

Color convert

RGB 51 87 92 -
CMYK 0.45 0.05 0 0.64
HSL 187.32º 0.29% 0.28% -
HSV(B) 187.32º 0.45% 0.36% -
XYZ 6.71 8.29 11.37 -
YUV 76.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 51 87 92 0.45 0.05 0 0.64 187.32 0.29 0.28
Hex 33 57 5C 2D 5 0 40 BB 1D 1C
Octal 63 127 134 55 5 0 100 273 35 34
Binary 110011 1010111 1011100 101101 101 0 1000000 10111011 11101 11100

Color Harmonies of #33575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33575C

Black with #33575C

Text Example


Text Example

White with #33575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33575C; }

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

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

background-color css

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

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

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

border-color css

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

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

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