Html Css Color HEX #255A5C Blue Stone

📋 copy color: '#255A5C'

red 37 ◦ green 90 ◦ blue 92

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

Shades of Blue Stone #255A5C

Tints of Blue Stone #255A5C

RGB

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

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

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

R = 16.89%
G = 41.1%
B = 42.01%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#255A5C (or 0x255A5C) is known color: Blue Stone. HEX triplet: 25, 5A and 5C. RGB value is (37,90,92). Sum of RGB (Red+Green+Blue) = 37+90+92=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #255A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A5C is #DAA5A3. Grayscale: #4A4A4A. Windows color (decimal): -14329252 or 6052389. OLE color: 6052389.

HSL color Cylindrical-coordinate representation of color #255A5C: hue angle of 182.18º 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 #255A5C is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 90 92 -
CMYK 0.60 0.02 0 0.64
HSL 182.18º 0.43% 0.25% -
HSV(B) 182.18º 0.6% 0.36% -
XYZ 6.35 8.48 11.43 -
YUV 74.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 37 90 92 0.60 0.02 0 0.64 182.18 0.43 0.25
Hex 25 5A 5C 3C 2 0 40 B6 2B 19
Octal 45 132 134 74 2 0 100 266 53 31
Binary 100101 1011010 1011100 111100 10 0 1000000 10110110 101011 11001

Color Harmonies of #255A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A5C

Black with #255A5C

Text Example


Text Example

White with #255A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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