Html Css Color HEX #425C55 Stromboli

📋 copy color: '#425C55'

red 66 ◦ green 92 ◦ blue 85

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

Shades of Stromboli #425C55

Tints of Stromboli #425C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.98%

R = 27.16%
G = 37.86%
B = 34.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#425C55 (or 0x425C55) is known color: Stromboli. HEX triplet: 42, 5C and 55. RGB value is (66,92,85). Sum of RGB (Red+Green+Blue) = 66+92+85=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 92 - color contains mainly: green. Hex color #425C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C55 is #BDA3AA. Grayscale: #535353. Windows color (decimal): -12428203 or 5594178. OLE color: 5594178.

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

Color convert

RGB 66 92 85 -
CMYK 0.28 0 0.08 0.64
HSL 163.85º 0.16% 0.31% -
HSV(B) 163.85º 0.28% 0.36% -
XYZ 7.71 9.47 10.02 -
YUV 83.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 66 92 85 0.28 0 0.08 0.64 163.85 0.16 0.31
Hex 42 5C 55 1C 0 8 40 A4 10 1F
Octal 102 134 125 34 0 10 100 244 20 37
Binary 1000010 1011100 1010101 11100 0 1000 1000000 10100100 10000 11111

Color Harmonies of #425C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C55

Black with #425C55

Text Example


Text Example

White with #425C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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