Html Css Color HEX #155E5C Blue Stone

📋 copy color: '#155E5C'

red 21 ◦ green 94 ◦ blue 92

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

Shades of Blue Stone #155E5C

Tints of Blue Stone #155E5C

RGB

 RED value IS 21 (8.59% from 255) = 10.14%

 GREEN value IS 94 (37.11% from 255) = 45.41%

 BLUE value IS 92 (36.33% from 255) = 44.44%

R = 10.14%
G = 45.41%
B = 44.44%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#155E5C (or 0x155E5C) is known color: Blue Stone. HEX triplet: 15, 5E and 5C. RGB value is (21,94,92). Sum of RGB (Red+Green+Blue) = 21+94+92=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 94 (37.11% from 255 or 45.41% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 94 - color contains mainly: green. Hex color #155E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E5C is #EAA1A3. Grayscale: #474747. Windows color (decimal): -15376804 or 6053397. OLE color: 6053397.

HSL color Cylindrical-coordinate representation of color #155E5C: hue angle of 178.36º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155E5C is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 94 92 -
CMYK 0.78 0 0.02 0.63
HSL 178.36º 0.63% 0.23% -
HSV(B) 178.36º 0.78% 0.37% -
XYZ 6.24 8.94 11.52 -
YUV 71.95 139.32 91.66 -
System Red Green Blue C M Y K H S L
Decimal 21 94 92 0.78 0 0.02 0.63 178.36 0.63 0.23
Hex 15 5E 5C 4E 0 2 3F B2 3F 17
Octal 25 136 134 116 0 2 77 262 77 27
Binary 10101 1011110 1011100 1001110 0 10 111111 10110010 111111 10111

Color Harmonies of #155E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E5C

Black with #155E5C

Text Example


Text Example

White with #155E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155E5C; }

 p { color: rgb(21,94,92); }

 H1.HeaderClassName
 {
   color: #155E5C;
 }
 .AnyTagClassName
 {
   color: #155E5C;
 }
</style>

background-color css

<style>
 a { background-color: #155E5C; }

 a { background-color: rgb(21,94,92); }

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

border-color css

<style>
 span { border-color: #155E5C; }

 span { border-color: rgb(21,94,92); }

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