Html Css Color HEX #415055 Casal

📋 copy color: '#415055'

red 65 ◦ green 80 ◦ blue 85

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

Shades of Casal #415055

Tints of Casal #415055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 85 (33.59% from 255) = 36.96%

R = 28.26%
G = 34.78%
B = 36.96%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#415055 (or 0x415055) is known color: Casal. HEX triplet: 41, 50 and 55. RGB value is (65,80,85). Sum of RGB (Red+Green+Blue) = 65+80+85=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 85 - color contains mainly: blue. Hex color #415055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415055 is #BEAFAA. Grayscale: #4C4C4C. Windows color (decimal): -12496811 or 5591105. OLE color: 5591105.

HSL color Cylindrical-coordinate representation of color #415055: hue angle of 195º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #415055 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 80 85 -
CMYK 0.24 0.06 0 0.67
HSL 195º 0.13% 0.29% -
HSV(B) 195º 0.24% 0.33% -
XYZ 6.69 7.52 9.69 -
YUV 76.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 65 80 85 0.24 0.06 0 0.67 195 0.13 0.29
Hex 41 50 55 18 6 0 43 C3 D 1D
Octal 101 120 125 30 6 0 103 303 15 35
Binary 1000001 1010000 1010101 11000 110 0 1000011 11000011 1101 11101

Color Harmonies of #415055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415055

Black with #415055

Text Example


Text Example

White with #415055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415055; }

 p { color: rgb(65,80,85); }

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

background-color css

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

 a { background-color: rgb(65,80,85); }

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

border-color css

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

 span { border-color: rgb(65,80,85); }

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