Html Css Color HEX #415359 Casal

📋 copy color: '#415359'

red 65 ◦ green 83 ◦ blue 89

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

Shades of Casal #415359

Tints of Casal #415359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.02%

 BLUE value IS 89 (35.16% from 255) = 37.55%

R = 27.43%
G = 35.02%
B = 37.55%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#415359 (or 0x415359) is known color: Casal. HEX triplet: 41, 53 and 59. RGB value is (65,83,89). Sum of RGB (Red+Green+Blue) = 65+83+89=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 89 - color contains mainly: blue. Hex color #415359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415359 is #BEACA6. Grayscale: #4E4E4E. Windows color (decimal): -12496039 or 5854017. OLE color: 5854017.

HSL color Cylindrical-coordinate representation of color #415359: hue angle of 195º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #415359 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 83 89 -
CMYK 0.27 0.07 0 0.65
HSL 195º 0.16% 0.3% -
HSV(B) 195º 0.27% 0.35% -
XYZ 7.08 8.03 10.63 -
YUV 78.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 65 83 89 0.27 0.07 0 0.65 195 0.16 0.3
Hex 41 53 59 1B 7 0 41 C3 10 1E
Octal 101 123 131 33 7 0 101 303 20 36
Binary 1000001 1010011 1011001 11011 111 0 1000001 11000011 10000 11110

Color Harmonies of #415359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415359

Black with #415359

Text Example


Text Example

White with #415359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415359; }

 p { color: rgb(65,83,89); }

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

background-color css

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

 a { background-color: rgb(65,83,89); }

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

border-color css

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

 span { border-color: rgb(65,83,89); }

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