Html Css Color HEX #135553 Blue Stone

📋 copy color: '#135553'

red 19 ◦ green 85 ◦ blue 83

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

Shades of Blue Stone #135553

Tints of Blue Stone #135553

RGB

 RED value IS 19 (7.81% from 255) = 10.16%

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

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

R = 10.16%
G = 45.45%
B = 44.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#135553 (or 0x135553) is known color: Blue Stone. HEX triplet: 13, 55 and 53. RGB value is (19,85,83). Sum of RGB (Red+Green+Blue) = 19+85+83=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #135553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135553 is #ECAAAC. Grayscale: #404040. Windows color (decimal): -15510189 or 5461267. OLE color: 5461267.

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

Color convert

RGB 19 85 83 -
CMYK 0.78 0 0.02 0.67
HSL 178.18º 0.63% 0.2% -
HSV(B) 178.18º 0.78% 0.33% -
XYZ 5.08 7.26 9.32 -
YUV 65.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 19 85 83 0.78 0 0.02 0.67 178.18 0.63 0.2
Hex 13 55 53 4E 0 2 43 B2 3F 14
Octal 23 125 123 116 0 2 103 262 77 24
Binary 10011 1010101 1010011 1001110 0 10 1000011 10110010 111111 10100

Color Harmonies of #135553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135553

Black with #135553

Text Example


Text Example

White with #135553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135553; }

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

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

background-color css

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

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

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

border-color css

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

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

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