Html Css Color HEX #405B61 Casal

📋 copy color: '#405B61'

red 64 ◦ green 91 ◦ blue 97

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

Shades of Casal #405B61

Tints of Casal #405B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.49%

R = 25.4%
G = 36.11%
B = 38.49%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#405B61 (or 0x405B61) is known color: Casal. HEX triplet: 40, 5B and 61. RGB value is (64,91,97). Sum of RGB (Red+Green+Blue) = 64+91+97=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #405B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B61 is #BFA49E. Grayscale: #535353. Windows color (decimal): -12559519 or 6380352. OLE color: 6380352.

HSL color Cylindrical-coordinate representation of color #405B61: hue angle of 190.91º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #405B61 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 91 97 -
CMYK 0.34 0.06 0 0.62
HSL 190.91º 0.2% 0.32% -
HSV(B) 190.91º 0.34% 0.38% -
XYZ 8.01 9.44 12.71 -
YUV 83.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 64 91 97 0.34 0.06 0 0.62 190.91 0.2 0.32
Hex 40 5B 61 22 6 0 3E BF 14 20
Octal 100 133 141 42 6 0 76 277 24 40
Binary 1000000 1011011 1100001 100010 110 0 111110 10111111 10100 100000

Color Harmonies of #405B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405B61

Black with #405B61

Text Example


Text Example

White with #405B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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