Html Css Color HEX #325D5B Oracle

📋 copy color: '#325D5B'

red 50 ◦ green 93 ◦ blue 91

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

Shades of Oracle #325D5B

Tints of Oracle #325D5B

RGB

 RED value IS 50 (19.92% from 255) = 21.37%

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

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 21.37%
G = 39.74%
B = 38.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#325D5B (or 0x325D5B) is known color: Oracle. HEX triplet: 32, 5D and 5B. RGB value is (50,93,91). Sum of RGB (Red+Green+Blue) = 50+93+91=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #325D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D5B is #CDA2A4. Grayscale: #4F4F4F. Windows color (decimal): -13476517 or 5987634. OLE color: 5987634.

HSL color Cylindrical-coordinate representation of color #325D5B: hue angle of 177.21º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D5B is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 93 91 -
CMYK 0.46 0 0.02 0.64
HSL 177.21º 0.3% 0.28% -
HSV(B) 177.21º 0.46% 0.36% -
XYZ 7.12 9.26 11.31 -
YUV 79.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 50 93 91 0.46 0 0.02 0.64 177.21 0.3 0.28
Hex 32 5D 5B 2E 0 2 40 B1 1E 1C
Octal 62 135 133 56 0 2 100 261 36 34
Binary 110010 1011101 1011011 101110 0 10 1000000 10110001 11110 11100

Color Harmonies of #325D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D5B

Black with #325D5B

Text Example


Text Example

White with #325D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325D5B; }

 p { color: rgb(50,93,91); }

 H1.HeaderClassName
 {
   color: #325D5B;
 }
 .AnyTagClassName
 {
   color: #325D5B;
 }
</style>

background-color css

<style>
 a { background-color: #325D5B; }

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

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

border-color css

<style>
 span { border-color: #325D5B; }

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

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