Html Css Color HEX #41535C San Juan

📋 copy color: '#41535C'

red 65 ◦ green 83 ◦ blue 92

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

Shades of San Juan #41535C

Tints of San Juan #41535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 27.08%
G = 34.58%
B = 38.33%

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

#41535C (or 0x41535C) is known color: San Juan. HEX triplet: 41, 53 and 5C. RGB value is (65,83,92). Sum of RGB (Red+Green+Blue) = 65+83+92=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 92 - color contains mainly: blue. Hex color #41535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41535C is #BEACA3. Grayscale: #4E4E4E. Windows color (decimal): -12496036 or 6050625. OLE color: 6050625.

HSL color Cylindrical-coordinate representation of color #41535C: hue angle of 200º 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 #41535C is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 83 92 -
CMYK 0.29 0.10 0 0.64
HSL 200º 0.17% 0.31% -
HSV(B) 200º 0.29% 0.36% -
XYZ 7.2 8.08 11.31 -
YUV 78.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 65 83 92 0.29 0.10 0 0.64 200 0.17 0.31
Hex 41 53 5C 1D A 0 40 C8 11 1F
Octal 101 123 134 35 12 0 100 310 21 37
Binary 1000001 1010011 1011100 11101 1010 0 1000000 11001000 10001 11111

Color Harmonies of #41535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41535C

Black with #41535C

Text Example


Text Example

White with #41535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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