Html Css Color HEX #205D63 Blue Stone

📋 copy color: '#205D63'

red 32 ◦ green 93 ◦ blue 99

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

Shades of Blue Stone #205D63

Tints of Blue Stone #205D63

RGB

 RED value IS 32 (12.89% from 255) = 14.29%

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

 BLUE value IS 99 (39.06% from 255) = 44.2%

R = 14.29%
G = 41.52%
B = 44.2%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#205D63 (or 0x205D63) is known color: Blue Stone. HEX triplet: 20, 5D and 63. RGB value is (32,93,99). Sum of RGB (Red+Green+Blue) = 32+93+99=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #205D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D63 is #DFA29C. Grayscale: #4B4B4B. Windows color (decimal): -14656157 or 6511904. OLE color: 6511904.

HSL color Cylindrical-coordinate representation of color #205D63: hue angle of 185.37º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #205D63 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 93 99 -
CMYK 0.68 0.06 0 0.61
HSL 185.37º 0.51% 0.26% -
HSV(B) 185.37º 0.68% 0.39% -
XYZ 6.76 9.04 13.19 -
YUV 75.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 32 93 99 0.68 0.06 0 0.61 185.37 0.51 0.26
Hex 20 5D 63 44 6 0 3D B9 33 1A
Octal 40 135 143 104 6 0 75 271 63 32
Binary 100000 1011101 1100011 1000100 110 0 111101 10111001 110011 11010

Color Harmonies of #205D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D63

Black with #205D63

Text Example


Text Example

White with #205D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205D63; }

 p { color: rgb(32,93,99); }

 H1.HeaderClassName
 {
   color: #205D63;
 }
 .AnyTagClassName
 {
   color: #205D63;
 }
</style>

background-color css

<style>
 a { background-color: #205D63; }

 a { background-color: rgb(32,93,99); }

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

border-color css

<style>
 span { border-color: #205D63; }

 span { border-color: rgb(32,93,99); }

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