Html Css Color HEX #425B52 Stromboli

📋 copy color: '#425B52'

red 66 ◦ green 91 ◦ blue 82

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

Shades of Stromboli #425B52

Tints of Stromboli #425B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.08%

 BLUE value IS 82 (32.42% from 255) = 34.31%

R = 27.62%
G = 38.08%
B = 34.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#425B52 (or 0x425B52) is known color: Stromboli. HEX triplet: 42, 5B and 52. RGB value is (66,91,82). Sum of RGB (Red+Green+Blue) = 66+91+82=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 91 - color contains mainly: green. Hex color #425B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B52 is #BDA4AD. Grayscale: #525252. Windows color (decimal): -12428462 or 5397314. OLE color: 5397314.

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

Color convert

RGB 66 91 82 -
CMYK 0.27 0 0.10 0.64
HSL 158.4º 0.16% 0.31% -
HSV(B) 158.4º 0.27% 0.36% -
XYZ 7.51 9.25 9.37 -
YUV 82.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 66 91 82 0.27 0 0.10 0.64 158.4 0.16 0.31
Hex 42 5B 52 1B 0 A 40 9E 10 1F
Octal 102 133 122 33 0 12 100 236 20 37
Binary 1000010 1011011 1010010 11011 0 1010 1000000 10011110 10000 11111

Color Harmonies of #425B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B52

Black with #425B52

Text Example


Text Example

White with #425B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,91,82); }

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

background-color css

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

 a { background-color: rgb(66,91,82); }

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

border-color css

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

 span { border-color: rgb(66,91,82); }

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