Html Css Color HEX #425B65 San Juan

📋 copy color: '#425B65'

red 66 ◦ green 91 ◦ blue 101

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

Shades of San Juan #425B65

Tints of San Juan #425B65

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.27%

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

R = 25.58%
G = 35.27%
B = 39.15%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#425B65 (or 0x425B65) is known color: San Juan. HEX triplet: 42, 5B and 65. RGB value is (66,91,101). Sum of RGB (Red+Green+Blue) = 66+91+101=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 101 - color contains mainly: blue. Hex color #425B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B65 is #BDA49A. Grayscale: #545454. Windows color (decimal): -12428443 or 6642498. OLE color: 6642498.

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

Color convert

RGB 66 91 101 -
CMYK 0.35 0.10 0 0.60
HSL 197.14º 0.21% 0.33% -
HSV(B) 197.14º 0.35% 0.4% -
XYZ 8.34 9.58 13.72 -
YUV 84.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 66 91 101 0.35 0.10 0 0.60 197.14 0.21 0.33
Hex 42 5B 65 23 A 0 3C C5 15 21
Octal 102 133 145 43 12 0 74 305 25 41
Binary 1000010 1011011 1100101 100011 1010 0 111100 11000101 10101 100001

Color Harmonies of #425B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B65

Black with #425B65

Text Example


Text Example

White with #425B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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