Html Css Color HEX #426C5A Stromboli

📋 copy color: '#426C5A'

red 66 ◦ green 108 ◦ blue 90

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

Shades of Stromboli #426C5A

Tints of Stromboli #426C5A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.91%

 BLUE value IS 90 (35.55% from 255) = 34.09%

R = 25%
G = 40.91%
B = 34.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#426C5A (or 0x426C5A) is known color: Stromboli. HEX triplet: 42, 6C and 5A. RGB value is (66,108,90). Sum of RGB (Red+Green+Blue) = 66+108+90=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 108 - color contains mainly: green. Hex color #426C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C5A is #BD93A5. Grayscale: #5D5D5D. Windows color (decimal): -12424102 or 5925954. OLE color: 5925954.

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

Color convert

RGB 66 108 90 -
CMYK 0.39 0 0.17 0.58
HSL 154.29º 0.24% 0.34% -
HSV(B) 154.29º 0.39% 0.42% -
XYZ 9.45 12.62 11.61 -
YUV 93.39 126.09 108.46 -
System Red Green Blue C M Y K H S L
Decimal 66 108 90 0.39 0 0.17 0.58 154.29 0.24 0.34
Hex 42 6C 5A 27 0 11 3A 9A 18 22
Octal 102 154 132 47 0 21 72 232 30 42
Binary 1000010 1101100 1011010 100111 0 10001 111010 10011010 11000 100010

Color Harmonies of #426C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C5A

Black with #426C5A

Text Example


Text Example

White with #426C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,108,90); }

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

background-color css

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

 a { background-color: rgb(66,108,90); }

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

border-color css

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

 span { border-color: rgb(66,108,90); }

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