Html Css Color HEX #425F54 Stromboli

📋 copy color: '#425F54'

red 66 ◦ green 95 ◦ blue 84

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

Shades of Stromboli #425F54

Tints of Stromboli #425F54

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.78%

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

R = 26.94%
G = 38.78%
B = 34.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.63

RGB Variations

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

Color information

#425F54 (or 0x425F54) is known color: Stromboli. HEX triplet: 42, 5F and 54. RGB value is (66,95,84). Sum of RGB (Red+Green+Blue) = 66+95+84=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #425F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F54 is #BDA0AB. Grayscale: #555555. Windows color (decimal): -12427436 or 5529410. OLE color: 5529410.

HSL color Cylindrical-coordinate representation of color #425F54: hue angle of 157.24º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425F54 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 95 84 -
CMYK 0.31 0 0.12 0.63
HSL 157.24º 0.18% 0.32% -
HSV(B) 157.24º 0.31% 0.37% -
XYZ 7.94 9.98 9.9 -
YUV 85.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 66 95 84 0.31 0 0.12 0.63 157.24 0.18 0.32
Hex 42 5F 54 1F 0 C 3F 9D 12 20
Octal 102 137 124 37 0 14 77 235 22 40
Binary 1000010 1011111 1010100 11111 0 1100 111111 10011101 10010 100000

Color Harmonies of #425F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425F54

Black with #425F54

Text Example


Text Example

White with #425F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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