Html Css Color HEX #1C5C58 Blue Stone

📋 copy color: '#1C5C58'

red 28 ◦ green 92 ◦ blue 88

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

Shades of Blue Stone #1C5C58

Tints of Blue Stone #1C5C58

RGB

 RED value IS 28 (11.33% from 255) = 13.46%

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

 BLUE value IS 88 (34.77% from 255) = 42.31%

R = 13.46%
G = 44.23%
B = 42.31%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#1C5C58 (or 0x1C5C58) is known color: Blue Stone. HEX triplet: 1C, 5C and 58. RGB value is (28,92,88). Sum of RGB (Red+Green+Blue) = 28+92+88=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5C58 is #E3A3A7. Grayscale: #484848. Windows color (decimal): -14918568 or 5790748. OLE color: 5790748.

HSL color Cylindrical-coordinate representation of color #1C5C58: hue angle of 176.25º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C5C58 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 28 92 88 -
CMYK 0.70 0 0.04 0.64
HSL 176.25º 0.53% 0.24% -
HSV(B) 176.25º 0.7% 0.36% -
XYZ 6.07 8.61 10.57 -
YUV 72.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 28 92 88 0.70 0 0.04 0.64 176.25 0.53 0.24
Hex 1C 5C 58 46 0 4 40 B0 35 18
Octal 34 134 130 106 0 4 100 260 65 30
Binary 11100 1011100 1011000 1000110 0 100 1000000 10110000 110101 11000

Color Harmonies of #1C5C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5C58

Black with #1C5C58

Text Example


Text Example

White with #1C5C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C5C58; }

 p { color: rgb(28,92,88); }

 H1.HeaderClassName
 {
   color: #1C5C58;
 }
 .AnyTagClassName
 {
   color: #1C5C58;
 }
</style>

background-color css

<style>
 a { background-color: #1C5C58; }

 a { background-color: rgb(28,92,88); }

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

border-color css

<style>
 span { border-color: #1C5C58; }

 span { border-color: rgb(28,92,88); }

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