Html Css Color HEX #415B60 Casal

📋 copy color: '#415B60'

red 65 ◦ green 91 ◦ blue 96

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

Shades of Casal #415B60

Tints of Casal #415B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 25.79%
G = 36.11%
B = 38.1%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#415B60 (or 0x415B60) is known color: Casal. HEX triplet: 41, 5B and 60. RGB value is (65,91,96). Sum of RGB (Red+Green+Blue) = 65+91+96=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #415B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B60 is #BEA49F. Grayscale: #535353. Windows color (decimal): -12493984 or 6314817. OLE color: 6314817.

HSL color Cylindrical-coordinate representation of color #415B60: hue angle of 189.68º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #415B60 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 91 96 -
CMYK 0.32 0.05 0 0.62
HSL 189.68º 0.19% 0.32% -
HSV(B) 189.68º 0.32% 0.38% -
XYZ 8.03 9.45 12.47 -
YUV 83.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 65 91 96 0.32 0.05 0 0.62 189.68 0.19 0.32
Hex 41 5B 60 20 5 0 3E BE 13 20
Octal 101 133 140 40 5 0 76 276 23 40
Binary 1000001 1011011 1100000 100000 101 0 111110 10111110 10011 100000

Color Harmonies of #415B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B60

Black with #415B60

Text Example


Text Example

White with #415B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415B60; }

 p { color: rgb(65,91,96); }

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

background-color css

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

 a { background-color: rgb(65,91,96); }

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

border-color css

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

 span { border-color: rgb(65,91,96); }

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