Html Css Color HEX #185953 Blue Stone

📋 copy color: '#185953'

red 24 ◦ green 89 ◦ blue 83

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

Shades of Blue Stone #185953

Tints of Blue Stone #185953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.41%

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

R = 12.24%
G = 45.41%
B = 42.35%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#185953 (or 0x185953) is known color: Blue Stone. HEX triplet: 18, 59 and 53. RGB value is (24,89,83). Sum of RGB (Red+Green+Blue) = 24+89+83=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #185953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185953 is #E7A6AC. Grayscale: #444444. Windows color (decimal): -15181485 or 5462296. OLE color: 5462296.

HSL color Cylindrical-coordinate representation of color #185953: hue angle of 174.46º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185953 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 89 83 -
CMYK 0.73 0 0.07 0.65
HSL 174.46º 0.58% 0.22% -
HSV(B) 174.46º 0.73% 0.35% -
XYZ 5.51 7.96 9.43 -
YUV 68.88 135.97 95.99 -
System Red Green Blue C M Y K H S L
Decimal 24 89 83 0.73 0 0.07 0.65 174.46 0.58 0.22
Hex 18 59 53 49 0 7 41 AE 3A 16
Octal 30 131 123 111 0 7 101 256 72 26
Binary 11000 1011001 1010011 1001001 0 111 1000001 10101110 111010 10110

Color Harmonies of #185953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185953

Black with #185953

Text Example


Text Example

White with #185953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185953; }

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

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

background-color css

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

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

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

border-color css

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

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

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