Html Css Color HEX #255960 Blue Stone

📋 copy color: '#255960'

red 37 ◦ green 89 ◦ blue 96

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

Shades of Blue Stone #255960

Tints of Blue Stone #255960

RGB

 RED value IS 37 (14.84% from 255) = 16.67%

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

 BLUE value IS 96 (37.89% from 255) = 43.24%

R = 16.67%
G = 40.09%
B = 43.24%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#255960 (or 0x255960) is known color: Blue Stone. HEX triplet: 25, 59 and 60. RGB value is (37,89,96). Sum of RGB (Red+Green+Blue) = 37+89+96=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #255960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255960 is #DAA69F. Grayscale: #4A4A4A. Windows color (decimal): -14329504 or 6314277. OLE color: 6314277.

HSL color Cylindrical-coordinate representation of color #255960: hue angle of 187.12º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255960 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 89 96 -
CMYK 0.61 0.07 0 0.62
HSL 187.12º 0.44% 0.26% -
HSV(B) 187.12º 0.61% 0.38% -
XYZ 6.45 8.38 12.34 -
YUV 74.25 140.27 101.43 -
System Red Green Blue C M Y K H S L
Decimal 37 89 96 0.61 0.07 0 0.62 187.12 0.44 0.26
Hex 25 59 60 3D 7 0 3E BB 2C 1A
Octal 45 131 140 75 7 0 76 273 54 32
Binary 100101 1011001 1100000 111101 111 0 111110 10111011 101100 11010

Color Harmonies of #255960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255960

Black with #255960

Text Example


Text Example

White with #255960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255960; }

 p { color: rgb(37,89,96); }

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

background-color css

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

 a { background-color: rgb(37,89,96); }

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

border-color css

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

 span { border-color: rgb(37,89,96); }

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