Html Css Color HEX #405B63 Casal

📋 copy color: '#405B63'

red 64 ◦ green 91 ◦ blue 99

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

Shades of Casal #405B63

Tints of Casal #405B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.83%

 BLUE value IS 99 (39.06% from 255) = 38.98%

R = 25.2%
G = 35.83%
B = 38.98%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#405B63 (or 0x405B63) is known color: Casal. HEX triplet: 40, 5B and 63. RGB value is (64,91,99). Sum of RGB (Red+Green+Blue) = 64+91+99=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 99 - color contains mainly: blue. Hex color #405B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B63 is #BFA49C. Grayscale: #535353. Windows color (decimal): -12559517 or 6511424. OLE color: 6511424.

HSL color Cylindrical-coordinate representation of color #405B63: hue angle of 193.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #405B63 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 91 99 -
CMYK 0.35 0.08 0 0.61
HSL 193.71º 0.21% 0.32% -
HSV(B) 193.71º 0.35% 0.39% -
XYZ 8.11 9.47 13.21 -
YUV 83.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 64 91 99 0.35 0.08 0 0.61 193.71 0.21 0.32
Hex 40 5B 63 23 8 0 3D C2 15 20
Octal 100 133 143 43 10 0 75 302 25 40
Binary 1000000 1011011 1100011 100011 1000 0 111101 11000010 10101 100000

Color Harmonies of #405B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405B63

Black with #405B63

Text Example


Text Example

White with #405B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405B63; }

 p { color: rgb(64,91,99); }

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

background-color css

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

 a { background-color: rgb(64,91,99); }

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

border-color css

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

 span { border-color: rgb(64,91,99); }

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