Html Css Color HEX #426B5B Stromboli

📋 copy color: '#426B5B'

red 66 ◦ green 107 ◦ blue 91

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

Shades of Stromboli #426B5B

Tints of Stromboli #426B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.47%

R = 25%
G = 40.53%
B = 34.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#426B5B (or 0x426B5B) is known color: Stromboli. HEX triplet: 42, 6B and 5B. RGB value is (66,107,91). Sum of RGB (Red+Green+Blue) = 66+107+91=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #426B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B5B is #BD94A4. Grayscale: #5C5C5C. Windows color (decimal): -12424357 or 5991234. OLE color: 5991234.

HSL color Cylindrical-coordinate representation of color #426B5B: hue angle of 156.59º 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 #426B5B is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 107 91 -
CMYK 0.38 0 0.15 0.58
HSL 156.59º 0.24% 0.34% -
HSV(B) 156.59º 0.38% 0.42% -
XYZ 9.39 12.43 11.8 -
YUV 92.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 66 107 91 0.38 0 0.15 0.58 156.59 0.24 0.34
Hex 42 6B 5B 26 0 F 3A 9D 18 22
Octal 102 153 133 46 0 17 72 235 30 42
Binary 1000010 1101011 1011011 100110 0 1111 111010 10011101 11000 100010

Color Harmonies of #426B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B5B

Black with #426B5B

Text Example


Text Example

White with #426B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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