Html Css Color HEX #42565E San Juan

📋 copy color: '#42565E'

red 66 ◦ green 86 ◦ blue 94

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

Shades of San Juan #42565E

Tints of San Juan #42565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.96%

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 26.83%
G = 34.96%
B = 38.21%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42565E (or 0x42565E) is known color: San Juan. HEX triplet: 42, 56 and 5E. RGB value is (66,86,94). Sum of RGB (Red+Green+Blue) = 66+86+94=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 94 - color contains mainly: blue. Hex color #42565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42565E is #BDA9A1. Grayscale: #505050. Windows color (decimal): -12429730 or 6182466. OLE color: 6182466.

HSL color Cylindrical-coordinate representation of color #42565E: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42565E is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 86 94 -
CMYK 0.30 0.09 0 0.63
HSL 197.14º 0.18% 0.31% -
HSV(B) 197.14º 0.3% 0.37% -
XYZ 7.59 8.62 11.85 -
YUV 80.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 66 86 94 0.30 0.09 0 0.63 197.14 0.18 0.31
Hex 42 56 5E 1E 9 0 3F C5 12 1F
Octal 102 126 136 36 11 0 77 305 22 37
Binary 1000010 1010110 1011110 11110 1001 0 111111 11000101 10010 11111

Color Harmonies of #42565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42565E

Black with #42565E

Text Example


Text Example

White with #42565E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42565E; }

 p { color: rgb(66,86,94); }

 H1.HeaderClassName
 {
   color: #42565E;
 }
 .AnyTagClassName
 {
   color: #42565E;
 }
</style>

background-color css

<style>
 a { background-color: #42565E; }

 a { background-color: rgb(66,86,94); }

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

border-color css

<style>
 span { border-color: #42565E; }

 span { border-color: rgb(66,86,94); }

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