Html Css Color HEX #425C53 Stromboli

📋 copy color: '#425C53'

red 66 ◦ green 92 ◦ blue 83

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

Shades of Stromboli #425C53

Tints of Stromboli #425C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.44%

R = 27.39%
G = 38.17%
B = 34.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#425C53 (or 0x425C53) is known color: Stromboli. HEX triplet: 42, 5C and 53. RGB value is (66,92,83). Sum of RGB (Red+Green+Blue) = 66+92+83=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 92 - color contains mainly: green. Hex color #425C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C53 is #BDA3AC. Grayscale: #535353. Windows color (decimal): -12428205 or 5463106. OLE color: 5463106.

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

Color convert

RGB 66 92 83 -
CMYK 0.28 0 0.10 0.64
HSL 159.23º 0.16% 0.31% -
HSV(B) 159.23º 0.28% 0.36% -
XYZ 7.64 9.44 9.6 -
YUV 83.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 66 92 83 0.28 0 0.10 0.64 159.23 0.16 0.31
Hex 42 5C 53 1C 0 A 40 9F 10 1F
Octal 102 134 123 34 0 12 100 237 20 37
Binary 1000010 1011100 1010011 11100 0 1010 1000000 10011111 10000 11111

Color Harmonies of #425C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C53

Black with #425C53

Text Example


Text Example

White with #425C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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