Html Css Color HEX #426855 Stromboli

📋 copy color: '#426855'

red 66 ◦ green 104 ◦ blue 85

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

Shades of Stromboli #426855

Tints of Stromboli #426855

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.78%

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

R = 25.88%
G = 40.78%
B = 33.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#426855 (or 0x426855) is known color: Stromboli. HEX triplet: 42, 68 and 55. RGB value is (66,104,85). Sum of RGB (Red+Green+Blue) = 66+104+85=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #426855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426855 is #BD97AA. Grayscale: #5A5A5A. Windows color (decimal): -12425131 or 5597250. OLE color: 5597250.

HSL color Cylindrical-coordinate representation of color #426855: hue angle of 150º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426855 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 104 85 -
CMYK 0.37 0 0.18 0.59
HSL 150º 0.22% 0.33% -
HSV(B) 150º 0.37% 0.41% -
XYZ 8.84 11.71 10.39 -
YUV 90.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 66 104 85 0.37 0 0.18 0.59 150 0.22 0.33
Hex 42 68 55 25 0 12 3B 96 16 21
Octal 102 150 125 45 0 22 73 226 26 41
Binary 1000010 1101000 1010101 100101 0 10010 111011 10010110 10110 100001

Color Harmonies of #426855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426855

Black with #426855

Text Example


Text Example

White with #426855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426855; }

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

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

background-color css

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

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

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

border-color css

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

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

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