Html Css Color HEX #415A61 Casal

📋 copy color: '#415A61'

red 65 ◦ green 90 ◦ blue 97

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

Shades of Casal #415A61

Tints of Casal #415A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

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

R = 25.79%
G = 35.71%
B = 38.49%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#415A61 (or 0x415A61) is known color: Casal. HEX triplet: 41, 5A and 61. RGB value is (65,90,97). Sum of RGB (Red+Green+Blue) = 65+90+97=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 90 (35.55% from 255 or 35.71% 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 #415A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A61 is #BEA59E. Grayscale: #535353. Windows color (decimal): -12494239 or 6380097. OLE color: 6380097.

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

Color convert

RGB 65 90 97 -
CMYK 0.33 0.07 0 0.62
HSL 193.13º 0.2% 0.32% -
HSV(B) 193.13º 0.33% 0.38% -
XYZ 7.99 9.3 12.68 -
YUV 83.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 65 90 97 0.33 0.07 0 0.62 193.13 0.2 0.32
Hex 41 5A 61 21 7 0 3E C1 14 20
Octal 101 132 141 41 7 0 76 301 24 40
Binary 1000001 1011010 1100001 100001 111 0 111110 11000001 10100 100000

Color Harmonies of #415A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A61

Black with #415A61

Text Example


Text Example

White with #415A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,90,97); }

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

background-color css

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

 a { background-color: rgb(65,90,97); }

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

border-color css

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

 span { border-color: rgb(65,90,97); }

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