Html Css Color HEX #41525A Casal

📋 copy color: '#41525A'

red 65 ◦ green 82 ◦ blue 90

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

Shades of Casal #41525A

Tints of Casal #41525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.6%

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

R = 27.43%
G = 34.6%
B = 37.97%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41525A (or 0x41525A) is known color: Casal. HEX triplet: 41, 52 and 5A. RGB value is (65,82,90). Sum of RGB (Red+Green+Blue) = 65+82+90=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #41525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41525A is #BEADA5. Grayscale: #4D4D4D. Windows color (decimal): -12496294 or 5919297. OLE color: 5919297.

HSL color Cylindrical-coordinate representation of color #41525A: hue angle of 199.2º 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 #41525A is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 82 90 -
CMYK 0.28 0.09 0 0.65
HSL 199.2º 0.16% 0.3% -
HSV(B) 199.2º 0.28% 0.35% -
XYZ 7.04 7.9 10.83 -
YUV 77.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 65 82 90 0.28 0.09 0 0.65 199.2 0.16 0.3
Hex 41 52 5A 1C 9 0 41 C7 10 1E
Octal 101 122 132 34 11 0 101 307 20 36
Binary 1000001 1010010 1011010 11100 1001 0 1000001 11000111 10000 11110

Color Harmonies of #41525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41525A

Black with #41525A

Text Example


Text Example

White with #41525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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