Html Css Color HEX #255A5F Blue Stone

📋 copy color: '#255A5F'

red 37 ◦ green 90 ◦ blue 95

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

Shades of Blue Stone #255A5F

Tints of Blue Stone #255A5F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.54%

 BLUE value IS 95 (37.5% from 255) = 42.79%

R = 16.67%
G = 40.54%
B = 42.79%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#255A5F (or 0x255A5F) is known color: Blue Stone. HEX triplet: 25, 5A and 5F. RGB value is (37,90,95). Sum of RGB (Red+Green+Blue) = 37+90+95=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #255A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A5F is #DAA5A0. Grayscale: #4A4A4A. Windows color (decimal): -14329249 or 6248997. OLE color: 6248997.

HSL color Cylindrical-coordinate representation of color #255A5F: hue angle of 185.17º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255A5F is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 90 95 -
CMYK 0.61 0.05 0 0.63
HSL 185.17º 0.44% 0.26% -
HSV(B) 185.17º 0.61% 0.37% -
XYZ 6.48 8.53 12.13 -
YUV 74.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 37 90 95 0.61 0.05 0 0.63 185.17 0.44 0.26
Hex 25 5A 5F 3D 5 0 3F B9 2C 1A
Octal 45 132 137 75 5 0 77 271 54 32
Binary 100101 1011010 1011111 111101 101 0 111111 10111001 101100 11010

Color Harmonies of #255A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A5F

Black with #255A5F

Text Example


Text Example

White with #255A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255A5F; }

 p { color: rgb(37,90,95); }

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

background-color css

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

 a { background-color: rgb(37,90,95); }

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

border-color css

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

 span { border-color: rgb(37,90,95); }

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