Html Css Color HEX #426055 Stromboli

📋 copy color: '#426055'

red 66 ◦ green 96 ◦ blue 85

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

Shades of Stromboli #426055

Tints of Stromboli #426055

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.87%

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

R = 26.72%
G = 38.87%
B = 34.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#426055 (or 0x426055) is known color: Stromboli. HEX triplet: 42, 60 and 55. RGB value is (66,96,85). Sum of RGB (Red+Green+Blue) = 66+96+85=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #426055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426055 is #BD9FAA. Grayscale: #555555. Windows color (decimal): -12427179 or 5595202. OLE color: 5595202.

HSL color Cylindrical-coordinate representation of color #426055: hue angle of 158º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #426055 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 96 85 -
CMYK 0.31 0 0.11 0.62
HSL 158º 0.19% 0.32% -
HSV(B) 158º 0.31% 0.38% -
XYZ 8.07 10.18 10.13 -
YUV 85.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 66 96 85 0.31 0 0.11 0.62 158 0.19 0.32
Hex 42 60 55 1F 0 B 3E 9E 13 20
Octal 102 140 125 37 0 13 76 236 23 40
Binary 1000010 1100000 1010101 11111 0 1011 111110 10011110 10011 100000

Color Harmonies of #426055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426055

Black with #426055

Text Example


Text Example

White with #426055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426055; }

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

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

background-color css

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

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

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

border-color css

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

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

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