Html Css Color HEX #426B58 Stromboli

📋 copy color: '#426B58'

red 66 ◦ green 107 ◦ blue 88

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

Shades of Stromboli #426B58

Tints of Stromboli #426B58

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41%

 BLUE value IS 88 (34.77% from 255) = 33.72%

R = 25.29%
G = 41%
B = 33.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#426B58 (or 0x426B58) is known color: Stromboli. HEX triplet: 42, 6B and 58. RGB value is (66,107,88). Sum of RGB (Red+Green+Blue) = 66+107+88=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 107 - color contains mainly: green. Hex color #426B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B58 is #BD94A7. Grayscale: #5C5C5C. Windows color (decimal): -12424360 or 5794626. OLE color: 5794626.

HSL color Cylindrical-coordinate representation of color #426B58: hue angle of 152.2º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426B58 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 107 88 -
CMYK 0.38 0 0.18 0.58
HSL 152.2º 0.24% 0.34% -
HSV(B) 152.2º 0.38% 0.42% -
XYZ 9.27 12.38 11.13 -
YUV 92.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 66 107 88 0.38 0 0.18 0.58 152.2 0.24 0.34
Hex 42 6B 58 26 0 12 3A 98 18 22
Octal 102 153 130 46 0 22 72 230 30 42
Binary 1000010 1101011 1011000 100110 0 10010 111010 10011000 11000 100010

Color Harmonies of #426B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B58

Black with #426B58

Text Example


Text Example

White with #426B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426B58; }

 p { color: rgb(66,107,88); }

 H1.HeaderClassName
 {
   color: #426B58;
 }
 .AnyTagClassName
 {
   color: #426B58;
 }
</style>

background-color css

<style>
 a { background-color: #426B58; }

 a { background-color: rgb(66,107,88); }

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

border-color css

<style>
 span { border-color: #426B58; }

 span { border-color: rgb(66,107,88); }

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