Html Css Color HEX #41525B San Juan

📋 copy color: '#41525B'

red 65 ◦ green 82 ◦ blue 91

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

Shades of San Juan #41525B

Tints of San Juan #41525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.24%

R = 27.31%
G = 34.45%
B = 38.24%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41525B (or 0x41525B) is known color: San Juan. HEX triplet: 41, 52 and 5B. RGB value is (65,82,91). Sum of RGB (Red+Green+Blue) = 65+82+91=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #41525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41525B is #BEADA4. Grayscale: #4D4D4D. Windows color (decimal): -12496293 or 5984833. OLE color: 5984833.

HSL color Cylindrical-coordinate representation of color #41525B: hue angle of 200.77º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41525B is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 82 91 -
CMYK 0.29 0.10 0 0.64
HSL 200.77º 0.17% 0.31% -
HSV(B) 200.77º 0.29% 0.36% -
XYZ 7.09 7.91 11.05 -
YUV 77.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 65 82 91 0.29 0.10 0 0.64 200.77 0.17 0.31
Hex 41 52 5B 1D A 0 40 C9 11 1F
Octal 101 122 133 35 12 0 100 311 21 37
Binary 1000001 1010010 1011011 11101 1010 0 1000000 11001001 10001 11111

Color Harmonies of #41525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41525B

Black with #41525B

Text Example


Text Example

White with #41525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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