#1B5C5A

Color #1B5C5A Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #1B5C5A

Tints of Blue Stone #1B5C5A

Color information

#1B5C5A (or 0x1B5C5A) is unknown color: approx Blue Stone. HEX triplet: 1B, 5C and 5A. RGB value is (27,92,90). Sum of RGB (Red+Green+Blue) = 27+92+90=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #1B5C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5C5A is #E4A3A5. Grayscale: #484848. Windows color (decimal): -14984102 or 5921819. OLE color: 5921819.

HSL color Cylindrical-coordinate representation of color #1B5C5A: hue angle of 178.15º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B5C5A is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB279290-
CMYK0.7100.020.64
HSL178.15º54.62%23.33%-
HSV(B)178.15º70.65%36.08%-
XYZ6.128.6311.01-
YUV72.34137.9795.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.92%
GREEN value IS 92 (36.33% from 255) = 44.02%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=12.92%
G=44.02%
B=43.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2792900.7100.020.64178.1554.6223.33
Hex1B5C5A470240b23717
Octal33134132107021002626727
Binary1101110111001011010100011101010000001011001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B5C5A;
 }
 .AnyTagClassName
 {
   color: #1B5C5A;
 }
</style>
background-color css

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

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

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

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

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

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