Html Css Color HEX #425965 San Juan

📋 copy color: '#425965'

red 66 ◦ green 89 ◦ blue 101

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

Shades of San Juan #425965

Tints of San Juan #425965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.77%

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

R = 25.78%
G = 34.77%
B = 39.45%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#425965 (or 0x425965) is known color: San Juan. HEX triplet: 42, 59 and 65. RGB value is (66,89,101). Sum of RGB (Red+Green+Blue) = 66+89+101=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 101 - color contains mainly: blue. Hex color #425965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425965 is #BDA69A. Grayscale: #535353. Windows color (decimal): -12428955 or 6641986. OLE color: 6641986.

HSL color Cylindrical-coordinate representation of color #425965: hue angle of 200.57º 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 #425965 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 89 101 -
CMYK 0.35 0.12 0 0.60
HSL 200.57º 0.21% 0.33% -
HSV(B) 200.57º 0.35% 0.4% -
XYZ 8.17 9.24 13.67 -
YUV 83.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 66 89 101 0.35 0.12 0 0.60 200.57 0.21 0.33
Hex 42 59 65 23 C 0 3C C9 15 21
Octal 102 131 145 43 14 0 74 311 25 41
Binary 1000010 1011001 1100101 100011 1100 0 111100 11001001 10101 100001

Color Harmonies of #425965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425965

Black with #425965

Text Example


Text Example

White with #425965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425965; }

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

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

background-color css

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

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

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

border-color css

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

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

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