Html Css Color HEX #415256 Casal

📋 copy color: '#415256'

red 65 ◦ green 82 ◦ blue 86

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

Shades of Casal #415256

Tints of Casal #415256

RGB

 RED value IS 65 (25.78% from 255) = 27.9%

 GREEN value IS 82 (32.42% from 255) = 35.19%

 BLUE value IS 86 (33.98% from 255) = 36.91%

R = 27.9%
G = 35.19%
B = 36.91%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#415256 (or 0x415256) is known color: Casal. HEX triplet: 41, 52 and 56. RGB value is (65,82,86). Sum of RGB (Red+Green+Blue) = 65+82+86=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 86 - color contains mainly: blue. Hex color #415256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415256 is #BEADA9. Grayscale: #4D4D4D. Windows color (decimal): -12496298 or 5657153. OLE color: 5657153.

HSL color Cylindrical-coordinate representation of color #415256: hue angle of 191.43º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #415256 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 82 86 -
CMYK 0.24 0.05 0 0.66
HSL 191.43º 0.14% 0.3% -
HSV(B) 191.43º 0.24% 0.34% -
XYZ 6.88 7.83 9.95 -
YUV 77.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 65 82 86 0.24 0.05 0 0.66 191.43 0.14 0.3
Hex 41 52 56 18 5 0 42 BF E 1E
Octal 101 122 126 30 5 0 102 277 16 36
Binary 1000001 1010010 1010110 11000 101 0 1000010 10111111 1110 11110

Color Harmonies of #415256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415256

Black with #415256

Text Example


Text Example

White with #415256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415256; }

 p { color: rgb(65,82,86); }

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

background-color css

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

 a { background-color: rgb(65,82,86); }

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

border-color css

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

 span { border-color: rgb(65,82,86); }

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