#255D65

Color #255D65 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #255D65

Tints of Blue Stone #255D65

Color information

#255D65 (or 0x255D65) is unknown color: approx Blue Stone. HEX triplet: 25, 5D and 65. RGB value is (37,93,101). Sum of RGB (Red+Green+Blue) = 37+93+101=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #255D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D65 is #DAA29A. Grayscale: #4D4D4D. Windows color (decimal): -14328475 or 6642981. OLE color: 6642981.

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

Color convert

RGB3793101-
CMYK0.630.0800.60
HSL187.5º46.38%27.06%-
HSV(B)187.5º63.37%39.61%-
XYZ7.039.1613.71-
YUV77.17141.4599.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 93 (36.72% from 255) = 40.26%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=16.02%
G=40.26%
B=43.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37931010.630.0800.60187.546.3827.06
Hex255D653F803Cbc2e1b
Octal4513514577100742745633
Binary10010110111011100101111111100001111001011110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #255D65;
 }
 .AnyTagClassName
 {
   color: #255D65;
 }
</style>
background-color css

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

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

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

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

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

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