Html Css Color HEX #32595B Oracle

📋 copy color: '#32595B'

red 50 ◦ green 89 ◦ blue 91

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

Shades of Oracle #32595B

Tints of Oracle #32595B

RGB

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

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

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

R = 21.74%
G = 38.7%
B = 39.57%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#32595B (or 0x32595B) is known color: Oracle. HEX triplet: 32, 59 and 5B. RGB value is (50,89,91). Sum of RGB (Red+Green+Blue) = 50+89+91=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #32595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32595B is #CDA6A4. Grayscale: #4D4D4D. Windows color (decimal): -13477541 or 5986610. OLE color: 5986610.

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

Color convert

RGB 50 89 91 -
CMYK 0.45 0.02 0 0.64
HSL 182.93º 0.29% 0.28% -
HSV(B) 182.93º 0.45% 0.36% -
XYZ 6.78 8.58 11.2 -
YUV 77.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 50 89 91 0.45 0.02 0 0.64 182.93 0.29 0.28
Hex 32 59 5B 2D 2 0 40 B7 1D 1C
Octal 62 131 133 55 2 0 100 267 35 34
Binary 110010 1011001 1011011 101101 10 0 1000000 10110111 11101 11100

Color Harmonies of #32595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32595B

Black with #32595B

Text Example


Text Example

White with #32595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32595B; }

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

 H1.HeaderClassName
 {
   color: #32595B;
 }
 .AnyTagClassName
 {
   color: #32595B;
 }
</style>

background-color css

<style>
 a { background-color: #32595B; }

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

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

border-color css

<style>
 span { border-color: #32595B; }

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

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