Html Css Color HEX #425A54 Stromboli

📋 copy color: '#425A54'

red 66 ◦ green 90 ◦ blue 84

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

Shades of Stromboli #425A54

Tints of Stromboli #425A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35%

R = 27.5%
G = 37.5%
B = 35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#425A54 (or 0x425A54) is known color: Stromboli. HEX triplet: 42, 5A and 54. RGB value is (66,90,84). Sum of RGB (Red+Green+Blue) = 66+90+84=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 90 - color contains mainly: green. Hex color #425A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A54 is #BDA5AB. Grayscale: #525252. Windows color (decimal): -12428716 or 5528130. OLE color: 5528130.

HSL color Cylindrical-coordinate representation of color #425A54: hue angle of 165º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425A54 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 90 84 -
CMYK 0.27 0 0.07 0.65
HSL 165º 0.15% 0.31% -
HSV(B) 165º 0.27% 0.35% -
XYZ 7.5 9.11 9.75 -
YUV 82.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 66 90 84 0.27 0 0.07 0.65 165 0.15 0.31
Hex 42 5A 54 1B 0 7 41 A5 F 1F
Octal 102 132 124 33 0 7 101 245 17 37
Binary 1000010 1011010 1010100 11011 0 111 1000001 10100101 1111 11111

Color Harmonies of #425A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A54

Black with #425A54

Text Example


Text Example

White with #425A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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