Html Css Color HEX #415B5F Casal

📋 copy color: '#415B5F'

red 65 ◦ green 91 ◦ blue 95

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

Shades of Casal #415B5F

Tints of Casal #415B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.85%

R = 25.9%
G = 36.25%
B = 37.85%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#415B5F (or 0x415B5F) is known color: Casal. HEX triplet: 41, 5B and 5F. RGB value is (65,91,95). Sum of RGB (Red+Green+Blue) = 65+91+95=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #415B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B5F is #BEA4A0. Grayscale: #535353. Windows color (decimal): -12493985 or 6249281. OLE color: 6249281.

HSL color Cylindrical-coordinate representation of color #415B5F: hue angle of 188º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #415B5F is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 91 95 -
CMYK 0.32 0.04 0 0.63
HSL 188º 0.19% 0.31% -
HSV(B) 188º 0.32% 0.37% -
XYZ 7.99 9.43 12.23 -
YUV 83.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 65 91 95 0.32 0.04 0 0.63 188 0.19 0.31
Hex 41 5B 5F 20 4 0 3F BC 13 1F
Octal 101 133 137 40 4 0 77 274 23 37
Binary 1000001 1011011 1011111 100000 100 0 111111 10111100 10011 11111

Color Harmonies of #415B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B5F

Black with #415B5F

Text Example


Text Example

White with #415B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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