Html Css Color HEX #425C54 Stromboli

📋 copy color: '#425C54'

red 66 ◦ green 92 ◦ blue 84

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

Shades of Stromboli #425C54

Tints of Stromboli #425C54

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.02%

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

R = 27.27%
G = 38.02%
B = 34.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#425C54 (or 0x425C54) is known color: Stromboli. HEX triplet: 42, 5C and 54. RGB value is (66,92,84). Sum of RGB (Red+Green+Blue) = 66+92+84=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 92 - color contains mainly: green. Hex color #425C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C54 is #BDA3AB. Grayscale: #535353. Windows color (decimal): -12428204 or 5528642. OLE color: 5528642.

HSL color Cylindrical-coordinate representation of color #425C54: hue angle of 161.54º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #425C54 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 92 84 -
CMYK 0.28 0 0.09 0.64
HSL 161.54º 0.16% 0.31% -
HSV(B) 161.54º 0.28% 0.36% -
XYZ 7.67 9.45 9.81 -
YUV 83.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 66 92 84 0.28 0 0.09 0.64 161.54 0.16 0.31
Hex 42 5C 54 1C 0 9 40 A2 10 1F
Octal 102 134 124 34 0 11 100 242 20 37
Binary 1000010 1011100 1010100 11100 0 1001 1000000 10100010 10000 11111

Color Harmonies of #425C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C54

Black with #425C54

Text Example


Text Example

White with #425C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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