Html Css Color HEX #42525B San Juan

📋 copy color: '#42525B'

red 66 ◦ green 82 ◦ blue 91

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

Shades of San Juan #42525B

Tints of San Juan #42525B

RGB

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

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

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

R = 27.62%
G = 34.31%
B = 38.08%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42525B (or 0x42525B) is known color: San Juan. HEX triplet: 42, 52 and 5B. RGB value is (66,82,91). Sum of RGB (Red+Green+Blue) = 66+82+91=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #42525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42525B is #BDADA4. Grayscale: #4E4E4E. Windows color (decimal): -12430757 or 5984834. OLE color: 5984834.

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

Color convert

RGB 66 82 91 -
CMYK 0.27 0.10 0 0.64
HSL 201.6º 0.16% 0.31% -
HSV(B) 201.6º 0.27% 0.36% -
XYZ 7.15 7.95 11.05 -
YUV 78.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 66 82 91 0.27 0.10 0 0.64 201.6 0.16 0.31
Hex 42 52 5B 1B A 0 40 CA 10 1F
Octal 102 122 133 33 12 0 100 312 20 37
Binary 1000010 1010010 1011011 11011 1010 0 1000000 11001010 10000 11111

Color Harmonies of #42525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42525B

Black with #42525B

Text Example


Text Example

White with #42525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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