Html Css Color HEX #425D54 Stromboli

📋 copy color: '#425D54'

red 66 ◦ green 93 ◦ blue 84

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

Shades of Stromboli #425D54

Tints of Stromboli #425D54

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.27%

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

R = 27.16%
G = 38.27%
B = 34.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#425D54 (or 0x425D54) is known color: Stromboli. HEX triplet: 42, 5D and 54. RGB value is (66,93,84). Sum of RGB (Red+Green+Blue) = 66+93+84=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 93 - color contains mainly: green. Hex color #425D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D54 is #BDA2AB. Grayscale: #535353. Windows color (decimal): -12427948 or 5528898. OLE color: 5528898.

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

Color convert

RGB 66 93 84 -
CMYK 0.29 0 0.10 0.64
HSL 160º 0.17% 0.31% -
HSV(B) 160º 0.29% 0.36% -
XYZ 7.76 9.63 9.84 -
YUV 83.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 66 93 84 0.29 0 0.10 0.64 160 0.17 0.31
Hex 42 5D 54 1D 0 A 40 A0 11 1F
Octal 102 135 124 35 0 12 100 240 21 37
Binary 1000010 1011101 1010100 11101 0 1010 1000000 10100000 10001 11111

Color Harmonies of #425D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D54

Black with #425D54

Text Example


Text Example

White with #425D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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