Html Css Color HEX #255B5C Blue Stone

📋 copy color: '#255B5C'

red 37 ◦ green 91 ◦ blue 92

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

Shades of Blue Stone #255B5C

Tints of Blue Stone #255B5C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.36%

 BLUE value IS 92 (36.33% from 255) = 41.82%

R = 16.82%
G = 41.36%
B = 41.82%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#255B5C (or 0x255B5C) is known color: Blue Stone. HEX triplet: 25, 5B and 5C. RGB value is (37,91,92). Sum of RGB (Red+Green+Blue) = 37+91+92=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #255B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B5C is #DAA4A3. Grayscale: #4A4A4A. Windows color (decimal): -14328996 or 6052645. OLE color: 6052645.

HSL color Cylindrical-coordinate representation of color #255B5C: hue angle of 181.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255B5C is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 91 92 -
CMYK 0.60 0.01 0 0.64
HSL 181.09º 0.43% 0.25% -
HSV(B) 181.09º 0.6% 0.36% -
XYZ 6.44 8.65 11.46 -
YUV 74.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 37 91 92 0.60 0.01 0 0.64 181.09 0.43 0.25
Hex 25 5B 5C 3C 1 0 40 B5 2B 19
Octal 45 133 134 74 1 0 100 265 53 31
Binary 100101 1011011 1011100 111100 1 0 1000000 10110101 101011 11001

Color Harmonies of #255B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B5C

Black with #255B5C

Text Example


Text Example

White with #255B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,91,92); }

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

background-color css

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

 a { background-color: rgb(37,91,92); }

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

border-color css

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

 span { border-color: rgb(37,91,92); }

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