Html Css Color HEX #42515B San Juan

📋 copy color: '#42515B'

red 66 ◦ green 81 ◦ blue 91

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

Shades of San Juan #42515B

Tints of San Juan #42515B

RGB

 RED value IS 66 (26.17% from 255) = 27.73%

 GREEN value IS 81 (32.03% from 255) = 34.03%

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

R = 27.73%
G = 34.03%
B = 38.24%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42515B (or 0x42515B) is known color: San Juan. HEX triplet: 42, 51 and 5B. RGB value is (66,81,91). Sum of RGB (Red+Green+Blue) = 66+81+91=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 81 (32.03% from 255 or 34.03% 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 #42515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42515B is #BDAEA4. Grayscale: #4D4D4D. Windows color (decimal): -12431013 or 5984578. OLE color: 5984578.

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

Color convert

RGB 66 81 91 -
CMYK 0.27 0.11 0 0.64
HSL 204º 0.16% 0.31% -
HSV(B) 204º 0.27% 0.36% -
XYZ 7.08 7.8 11.03 -
YUV 77.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 66 81 91 0.27 0.11 0 0.64 204 0.16 0.31
Hex 42 51 5B 1B B 0 40 CC 10 1F
Octal 102 121 133 33 13 0 100 314 20 37
Binary 1000010 1010001 1011011 11011 1011 0 1000000 11001100 10000 11111

Color Harmonies of #42515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42515B

Black with #42515B

Text Example


Text Example

White with #42515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,81,91); }

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

background-color css

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

 a { background-color: rgb(66,81,91); }

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

border-color css

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

 span { border-color: rgb(66,81,91); }

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