Html Css Color HEX #205C5A Blue Stone

📋 copy color: '#205C5A'

red 32 ◦ green 92 ◦ blue 90

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

Shades of Blue Stone #205C5A

Tints of Blue Stone #205C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.99%

 BLUE value IS 90 (35.55% from 255) = 42.06%

R = 14.95%
G = 42.99%
B = 42.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#205C5A (or 0x205C5A) is known color: Blue Stone. HEX triplet: 20, 5C and 5A. RGB value is (32,92,90). Sum of RGB (Red+Green+Blue) = 32+92+90=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #205C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C5A is #DFA3A5. Grayscale: #494949. Windows color (decimal): -14656422 or 5921824. OLE color: 5921824.

HSL color Cylindrical-coordinate representation of color #205C5A: hue angle of 178º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205C5A is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 92 90 -
CMYK 0.65 0 0.02 0.64
HSL 178º 0.48% 0.24% -
HSV(B) 178º 0.65% 0.36% -
XYZ 6.27 8.7 11.02 -
YUV 73.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 32 92 90 0.65 0 0.02 0.64 178 0.48 0.24
Hex 20 5C 5A 41 0 2 40 B2 30 18
Octal 40 134 132 101 0 2 100 262 60 30
Binary 100000 1011100 1011010 1000001 0 10 1000000 10110010 110000 11000

Color Harmonies of #205C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C5A

Black with #205C5A

Text Example


Text Example

White with #205C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,92,90); }

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

background-color css

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

 a { background-color: rgb(32,92,90); }

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

border-color css

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

 span { border-color: rgb(32,92,90); }

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