Html Css Color HEX #1C5856 Blue Stone

📋 copy color: '#1C5856'

red 28 ◦ green 88 ◦ blue 86

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

Shades of Blue Stone #1C5856

Tints of Blue Stone #1C5856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.57%

R = 13.86%
G = 43.56%
B = 42.57%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#1C5856 (or 0x1C5856) is known color: Blue Stone. HEX triplet: 1C, 58 and 56. RGB value is (28,88,86). Sum of RGB (Red+Green+Blue) = 28+88+86=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 88 - color contains mainly: green. Hex color #1C5856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5856 is #E3A7A9. Grayscale: #454545. Windows color (decimal): -14919594 or 5658652. OLE color: 5658652.

HSL color Cylindrical-coordinate representation of color #1C5856: hue angle of 178º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C5856 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 88 86 -
CMYK 0.68 0 0.02 0.65
HSL 178º 0.52% 0.23% -
HSV(B) 178º 0.68% 0.35% -
XYZ 5.65 7.9 10.03 -
YUV 69.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 28 88 86 0.68 0 0.02 0.65 178 0.52 0.23
Hex 1C 58 56 44 0 2 41 B2 34 17
Octal 34 130 126 104 0 2 101 262 64 27
Binary 11100 1011000 1010110 1000100 0 10 1000001 10110010 110100 10111

Color Harmonies of #1C5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5856

Black with #1C5856

Text Example


Text Example

White with #1C5856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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