Html Css Color HEX #425C56 Stromboli

📋 copy color: '#425C56'

red 66 ◦ green 92 ◦ blue 86

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

Shades of Stromboli #425C56

Tints of Stromboli #425C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 35.25%

R = 27.05%
G = 37.7%
B = 35.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#425C56 (or 0x425C56) is known color: Stromboli. HEX triplet: 42, 5C and 56. RGB value is (66,92,86). Sum of RGB (Red+Green+Blue) = 66+92+86=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 92 - color contains mainly: green. Hex color #425C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C56 is #BDA3A9. Grayscale: #535353. Windows color (decimal): -12428202 or 5659714. OLE color: 5659714.

HSL color Cylindrical-coordinate representation of color #425C56: hue angle of 166.15º 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 #425C56 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 92 86 -
CMYK 0.28 0 0.07 0.64
HSL 166.15º 0.16% 0.31% -
HSV(B) 166.15º 0.28% 0.36% -
XYZ 7.75 9.48 10.23 -
YUV 83.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 66 92 86 0.28 0 0.07 0.64 166.15 0.16 0.31
Hex 42 5C 56 1C 0 7 40 A6 10 1F
Octal 102 134 126 34 0 7 100 246 20 37
Binary 1000010 1011100 1010110 11100 0 111 1000000 10100110 10000 11111

Color Harmonies of #425C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C56

Black with #425C56

Text Example


Text Example

White with #425C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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