Html Css Color HEX #405157 Casal

📋 copy color: '#405157'

red 64 ◦ green 81 ◦ blue 87

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

Shades of Casal #405157

Tints of Casal #405157

RGB

 RED value IS 64 (25.39% from 255) = 27.59%

 GREEN value IS 81 (32.03% from 255) = 34.91%

 BLUE value IS 87 (34.38% from 255) = 37.5%

R = 27.59%
G = 34.91%
B = 37.5%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#405157 (or 0x405157) is known color: Casal. HEX triplet: 40, 51 and 57. RGB value is (64,81,87). Sum of RGB (Red+Green+Blue) = 64+81+87=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 87 - color contains mainly: blue. Hex color #405157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405157 is #BFAEA8. Grayscale: #4C4C4C. Windows color (decimal): -12562089 or 5722432. OLE color: 5722432.

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

Color convert

RGB 64 81 87 -
CMYK 0.26 0.07 0 0.66
HSL 195.65º 0.15% 0.3% -
HSV(B) 195.65º 0.26% 0.34% -
XYZ 6.78 7.66 10.14 -
YUV 76.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 64 81 87 0.26 0.07 0 0.66 195.65 0.15 0.3
Hex 40 51 57 1A 7 0 42 C4 F 1E
Octal 100 121 127 32 7 0 102 304 17 36
Binary 1000000 1010001 1010111 11010 111 0 1000010 11000100 1111 11110

Color Harmonies of #405157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405157

Black with #405157

Text Example


Text Example

White with #405157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405157; }

 p { color: rgb(64,81,87); }

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

background-color css

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

 a { background-color: rgb(64,81,87); }

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

border-color css

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

 span { border-color: rgb(64,81,87); }

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