Html Css Color HEX #426255 Stromboli

📋 copy color: '#426255'

red 66 ◦ green 98 ◦ blue 85

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

Shades of Stromboli #426255

Tints of Stromboli #426255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.36%

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

R = 26.51%
G = 39.36%
B = 34.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#426255 (or 0x426255) is known color: Stromboli. HEX triplet: 42, 62 and 55. RGB value is (66,98,85). Sum of RGB (Red+Green+Blue) = 66+98+85=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #426255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426255 is #BD9DAA. Grayscale: #565656. Windows color (decimal): -12426667 or 5595714. OLE color: 5595714.

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

Color convert

RGB 66 98 85 -
CMYK 0.33 0 0.13 0.62
HSL 155.63º 0.2% 0.32% -
HSV(B) 155.63º 0.33% 0.38% -
XYZ 8.25 10.55 10.2 -
YUV 86.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 66 98 85 0.33 0 0.13 0.62 155.63 0.2 0.32
Hex 42 62 55 21 0 D 3E 9C 14 20
Octal 102 142 125 41 0 15 76 234 24 40
Binary 1000010 1100010 1010101 100001 0 1101 111110 10011100 10100 100000

Color Harmonies of #426255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426255

Black with #426255

Text Example


Text Example

White with #426255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426255; }

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

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

background-color css

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

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

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

border-color css

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

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

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