Html Css Color HEX #425560 San Juan

📋 copy color: '#425560'

red 66 ◦ green 85 ◦ blue 96

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

Shades of San Juan #425560

Tints of San Juan #425560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

 BLUE value IS 96 (37.89% from 255) = 38.87%

R = 26.72%
G = 34.41%
B = 38.87%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425560 (or 0x425560) is known color: San Juan. HEX triplet: 42, 55 and 60. RGB value is (66,85,96). Sum of RGB (Red+Green+Blue) = 66+85+96=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #425560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425560 is #BDAA9F. Grayscale: #505050. Windows color (decimal): -12429984 or 6313282. OLE color: 6313282.

HSL color Cylindrical-coordinate representation of color #425560: hue angle of 202º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425560 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 85 96 -
CMYK 0.31 0.11 0 0.62
HSL 202º 0.19% 0.32% -
HSV(B) 202º 0.31% 0.38% -
XYZ 7.61 8.5 12.31 -
YUV 80.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 66 85 96 0.31 0.11 0 0.62 202 0.19 0.32
Hex 42 55 60 1F B 0 3E CA 13 20
Octal 102 125 140 37 13 0 76 312 23 40
Binary 1000010 1010101 1100000 11111 1011 0 111110 11001010 10011 100000

Color Harmonies of #425560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425560

Black with #425560

Text Example


Text Example

White with #425560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425560; }

 p { color: rgb(66,85,96); }

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

background-color css

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

 a { background-color: rgb(66,85,96); }

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

border-color css

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

 span { border-color: rgb(66,85,96); }

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