Html Css Color HEX #255D63 Blue Stone

📋 copy color: '#255D63'

red 37 ◦ green 93 ◦ blue 99

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

Shades of Blue Stone #255D63

Tints of Blue Stone #255D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.61%

 BLUE value IS 99 (39.06% from 255) = 43.23%

R = 16.16%
G = 40.61%
B = 43.23%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#255D63 (or 0x255D63) is known color: Blue Stone. HEX triplet: 25, 5D and 63. RGB value is (37,93,99). Sum of RGB (Red+Green+Blue) = 37+93+99=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #255D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D63 is #DAA29C. Grayscale: #4C4C4C. Windows color (decimal): -14328477 or 6511909. OLE color: 6511909.

HSL color Cylindrical-coordinate representation of color #255D63: hue angle of 185.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255D63 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 93 99 -
CMYK 0.63 0.06 0 0.61
HSL 185.81º 0.46% 0.27% -
HSV(B) 185.81º 0.63% 0.39% -
XYZ 6.93 9.12 13.2 -
YUV 76.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 37 93 99 0.63 0.06 0 0.61 185.81 0.46 0.27
Hex 25 5D 63 3F 6 0 3D BA 2E 1B
Octal 45 135 143 77 6 0 75 272 56 33
Binary 100101 1011101 1100011 111111 110 0 111101 10111010 101110 11011

Color Harmonies of #255D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D63

Black with #255D63

Text Example


Text Example

White with #255D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,93,99); }

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

background-color css

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

 a { background-color: rgb(37,93,99); }

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

border-color css

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

 span { border-color: rgb(37,93,99); }

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