Html Css Color HEX #425A65 San Juan

📋 copy color: '#425A65'

red 66 ◦ green 90 ◦ blue 101

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

Shades of San Juan #425A65

Tints of San Juan #425A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.02%

 BLUE value IS 101 (39.84% from 255) = 39.3%

R = 25.68%
G = 35.02%
B = 39.3%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#425A65 (or 0x425A65) is known color: San Juan. HEX triplet: 42, 5A and 65. RGB value is (66,90,101). Sum of RGB (Red+Green+Blue) = 66+90+101=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 101 - color contains mainly: blue. Hex color #425A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A65 is #BDA59A. Grayscale: #545454. Windows color (decimal): -12428699 or 6642242. OLE color: 6642242.

HSL color Cylindrical-coordinate representation of color #425A65: hue angle of 198.86º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425A65 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 90 101 -
CMYK 0.35 0.11 0 0.60
HSL 198.86º 0.21% 0.33% -
HSV(B) 198.86º 0.35% 0.4% -
XYZ 8.25 9.41 13.69 -
YUV 84.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 66 90 101 0.35 0.11 0 0.60 198.86 0.21 0.33
Hex 42 5A 65 23 B 0 3C C7 15 21
Octal 102 132 145 43 13 0 74 307 25 41
Binary 1000010 1011010 1100101 100011 1011 0 111100 11000111 10101 100001

Color Harmonies of #425A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A65

Black with #425A65

Text Example


Text Example

White with #425A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425A65; }

 p { color: rgb(66,90,101); }

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

background-color css

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

 a { background-color: rgb(66,90,101); }

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

border-color css

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

 span { border-color: rgb(66,90,101); }

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