Html Css Color HEX #32585D Oracle

📋 copy color: '#32585D'

red 50 ◦ green 88 ◦ blue 93

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

Shades of Oracle #32585D

Tints of Oracle #32585D

RGB

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

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

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

R = 21.65%
G = 38.1%
B = 40.26%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#32585D (or 0x32585D) is known color: Oracle. HEX triplet: 32, 58 and 5D. RGB value is (50,88,93). Sum of RGB (Red+Green+Blue) = 50+88+93=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #32585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32585D is #CDA7A2. Grayscale: #4D4D4D. Windows color (decimal): -13477795 or 6117426. OLE color: 6117426.

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

Color convert

RGB 50 88 93 -
CMYK 0.46 0.05 0 0.64
HSL 186.98º 0.3% 0.28% -
HSV(B) 186.98º 0.46% 0.36% -
XYZ 6.78 8.45 11.63 -
YUV 77.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 50 88 93 0.46 0.05 0 0.64 186.98 0.3 0.28
Hex 32 58 5D 2E 5 0 40 BB 1E 1C
Octal 62 130 135 56 5 0 100 273 36 34
Binary 110010 1011000 1011101 101110 101 0 1000000 10111011 11110 11100

Color Harmonies of #32585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32585D

Black with #32585D

Text Example


Text Example

White with #32585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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