Html Css Color HEX #42586C San Juan

📋 copy color: '#42586C'

red 66 ◦ green 88 ◦ blue 108

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

Shades of San Juan #42586C

Tints of San Juan #42586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.59%

 BLUE value IS 108 (42.58% from 255) = 41.22%

R = 25.19%
G = 33.59%
B = 41.22%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42586C (or 0x42586C) is known color: San Juan. HEX triplet: 42, 58 and 6C. RGB value is (66,88,108). Sum of RGB (Red+Green+Blue) = 66+88+108=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #42586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42586C is #BDA793. Grayscale: #535353. Windows color (decimal): -12429204 or 7100482. OLE color: 7100482.

HSL color Cylindrical-coordinate representation of color #42586C: hue angle of 208.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42586C is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 88 108 -
CMYK 0.39 0.19 0 0.58
HSL 208.57º 0.24% 0.34% -
HSV(B) 208.57º 0.39% 0.42% -
XYZ 8.44 9.22 15.52 -
YUV 83.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 66 88 108 0.39 0.19 0 0.58 208.57 0.24 0.34
Hex 42 58 6C 27 13 0 3A D1 18 22
Octal 102 130 154 47 23 0 72 321 30 42
Binary 1000010 1011000 1101100 100111 10011 0 111010 11010001 11000 100010

Color Harmonies of #42586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42586C

Black with #42586C

Text Example


Text Example

White with #42586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,88,108); }

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

background-color css

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

 a { background-color: rgb(66,88,108); }

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

border-color css

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

 span { border-color: rgb(66,88,108); }

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