Html Css Color HEX #41535A Casal

📋 copy color: '#41535A'

red 65 ◦ green 83 ◦ blue 90

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

Shades of Casal #41535A

Tints of Casal #41535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.82%

R = 27.31%
G = 34.87%
B = 37.82%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41535A (or 0x41535A) is known color: Casal. HEX triplet: 41, 53 and 5A. RGB value is (65,83,90). Sum of RGB (Red+Green+Blue) = 65+83+90=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 90 - color contains mainly: blue. Hex color #41535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41535A is #BEACA5. Grayscale: #4E4E4E. Windows color (decimal): -12496038 or 5919553. OLE color: 5919553.

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

Color convert

RGB 65 83 90 -
CMYK 0.28 0.08 0 0.65
HSL 196.8º 0.16% 0.3% -
HSV(B) 196.8º 0.28% 0.35% -
XYZ 7.12 8.05 10.85 -
YUV 78.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 65 83 90 0.28 0.08 0 0.65 196.8 0.16 0.3
Hex 41 53 5A 1C 8 0 41 C5 10 1E
Octal 101 123 132 34 10 0 101 305 20 36
Binary 1000001 1010011 1011010 11100 1000 0 1000001 11000101 10000 11110

Color Harmonies of #41535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41535A

Black with #41535A

Text Example


Text Example

White with #41535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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