Html Css Color HEX #185553 Blue Stone

📋 copy color: '#185553'

red 24 ◦ green 85 ◦ blue 83

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

Shades of Blue Stone #185553

Tints of Blue Stone #185553

RGB

 RED value IS 24 (9.77% from 255) = 12.5%

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

 BLUE value IS 83 (32.81% from 255) = 43.23%

R = 12.5%
G = 44.27%
B = 43.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#185553 (or 0x185553) is known color: Blue Stone. HEX triplet: 18, 55 and 53. RGB value is (24,85,83). Sum of RGB (Red+Green+Blue) = 24+85+83=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #185553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185553 is #E7AAAC. Grayscale: #424242. Windows color (decimal): -15182509 or 5461272. OLE color: 5461272.

HSL color Cylindrical-coordinate representation of color #185553: hue angle of 178.03º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185553 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 85 83 -
CMYK 0.72 0 0.02 0.67
HSL 178.03º 0.56% 0.21% -
HSV(B) 178.03º 0.72% 0.33% -
XYZ 5.19 7.32 9.32 -
YUV 66.53 137.29 97.66 -
System Red Green Blue C M Y K H S L
Decimal 24 85 83 0.72 0 0.02 0.67 178.03 0.56 0.21
Hex 18 55 53 48 0 2 43 B2 38 15
Octal 30 125 123 110 0 2 103 262 70 25
Binary 11000 1010101 1010011 1001000 0 10 1000011 10110010 111000 10101

Color Harmonies of #185553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185553

Black with #185553

Text Example


Text Example

White with #185553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185553; }

 p { color: rgb(24,85,83); }

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

background-color css

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

 a { background-color: rgb(24,85,83); }

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

border-color css

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

 span { border-color: rgb(24,85,83); }

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