#2A5853

Color #2A5853 Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #2A5853

Tints of Blue Dianne #2A5853

Color information

#2A5853 (or 0x2A5853) is unknown color: approx Blue Dianne. HEX triplet: 2A, 58 and 53. RGB value is (42,88,83). Sum of RGB (Red+Green+Blue) = 42+88+83=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #2A5853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5853 is #D5A7AC. Grayscale: #494949. Windows color (decimal): -14002093 or 5462058. OLE color: 5462058.

HSL color Cylindrical-coordinate representation of color #2A5853: hue angle of 173.48º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A5853 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB428883-
CMYK0.5200.060.65
HSL173.48º35.38%25.49%-
HSV(B)173.48º52.27%34.51%-
XYZ6.018.19.43-
YUV73.68133.26105.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.72%
GREEN value IS 88 (34.77% from 255) = 41.31%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=19.72%
G=41.31%
B=38.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4288830.5200.060.65173.4835.3825.49
Hex2A5853340641ad2319
Octal5213012364061012554331
Binary10101010110001010011110100011010000011010110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A5853; }

 p { color: rgb(42,88,83); }

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

<style>
 a { background-color: #2A5853; }

 a { background-color: rgb(42,88,83); }

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

<style>
 span { border-color: #2A5853; }

 span { border-color: rgb(42,88,83); }

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