Html Css Color HEX #2D575F Casal

📋 copy color: '#2D575F'

red 45 ◦ green 87 ◦ blue 95

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

Shades of Casal #2D575F

Tints of Casal #2D575F

RGB

 RED value IS 45 (17.97% from 255) = 19.82%

 GREEN value IS 87 (34.38% from 255) = 38.33%

 BLUE value IS 95 (37.5% from 255) = 41.85%

R = 19.82%
G = 38.33%
B = 41.85%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2D575F (or 0x2D575F) is known color: Casal. HEX triplet: 2D, 57 and 5F. RGB value is (45,87,95). Sum of RGB (Red+Green+Blue) = 45+87+95=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #2D575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D575F is #D2A8A0. Grayscale: #4B4B4B. Windows color (decimal): -13805729 or 6248237. OLE color: 6248237.

HSL color Cylindrical-coordinate representation of color #2D575F: hue angle of 189.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D575F is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 45 87 95 -
CMYK 0.53 0.08 0 0.63
HSL 189.6º 0.36% 0.27% -
HSV(B) 189.6º 0.53% 0.37% -
XYZ 6.56 8.2 12.06 -
YUV 75.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 45 87 95 0.53 0.08 0 0.63 189.6 0.36 0.27
Hex 2D 57 5F 35 8 0 3F BE 24 1B
Octal 55 127 137 65 10 0 77 276 44 33
Binary 101101 1010111 1011111 110101 1000 0 111111 10111110 100100 11011

Color Harmonies of #2D575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D575F

Black with #2D575F

Text Example


Text Example

White with #2D575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,87,95); }

 H1.HeaderClassName
 {
   color: #2D575F;
 }
 .AnyTagClassName
 {
   color: #2D575F;
 }
</style>

background-color css

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

 a { background-color: rgb(45,87,95); }

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

border-color css

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

 span { border-color: rgb(45,87,95); }

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