Html Css Color HEX #15555A Blue Stone

📋 copy color: '#15555A'

red 21 ◦ green 85 ◦ blue 90

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

Shades of Blue Stone #15555A

Tints of Blue Stone #15555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.37%

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

R = 10.71%
G = 43.37%
B = 45.92%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15555A (or 0x15555A) is known color: Blue Stone. HEX triplet: 15, 55 and 5A. RGB value is (21,85,90). Sum of RGB (Red+Green+Blue) = 21+85+90=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #15555A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15555A is #EAAAA5. Grayscale: #424242. Windows color (decimal): -15379110 or 5920021. OLE color: 5920021.

HSL color Cylindrical-coordinate representation of color #15555A: hue angle of 184.35º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15555A is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 85 90 -
CMYK 0.77 0.06 0 0.65
HSL 184.35º 0.62% 0.22% -
HSV(B) 184.35º 0.77% 0.35% -
XYZ 5.4 7.39 10.82 -
YUV 66.43 141.3 95.59 -
System Red Green Blue C M Y K H S L
Decimal 21 85 90 0.77 0.06 0 0.65 184.35 0.62 0.22
Hex 15 55 5A 4D 6 0 41 B8 3E 16
Octal 25 125 132 115 6 0 101 270 76 26
Binary 10101 1010101 1011010 1001101 110 0 1000001 10111000 111110 10110

Color Harmonies of #15555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15555A

Black with #15555A

Text Example


Text Example

White with #15555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15555A; }

 p { color: rgb(21,85,90); }

 H1.HeaderClassName
 {
   color: #15555A;
 }
 .AnyTagClassName
 {
   color: #15555A;
 }
</style>

background-color css

<style>
 a { background-color: #15555A; }

 a { background-color: rgb(21,85,90); }

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

border-color css

<style>
 span { border-color: #15555A; }

 span { border-color: rgb(21,85,90); }

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