Html Css Color HEX #426F5A Stromboli

📋 copy color: '#426F5A'

red 66 ◦ green 111 ◦ blue 90

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

Shades of Stromboli #426F5A

Tints of Stromboli #426F5A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.57%

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

R = 24.72%
G = 41.57%
B = 33.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#426F5A (or 0x426F5A) is known color: Stromboli. HEX triplet: 42, 6F and 5A. RGB value is (66,111,90). Sum of RGB (Red+Green+Blue) = 66+111+90=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 111 - color contains mainly: green. Hex color #426F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426F5A is #BD90A5. Grayscale: #5F5F5F. Windows color (decimal): -12423334 or 5926722. OLE color: 5926722.

HSL color Cylindrical-coordinate representation of color #426F5A: hue angle of 152º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426F5A is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 111 90 -
CMYK 0.41 0 0.19 0.56
HSL 152º 0.25% 0.35% -
HSV(B) 152º 0.41% 0.44% -
XYZ 9.78 13.27 11.72 -
YUV 95.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 66 111 90 0.41 0 0.19 0.56 152 0.25 0.35
Hex 42 6F 5A 29 0 13 38 98 19 23
Octal 102 157 132 51 0 23 70 230 31 43
Binary 1000010 1101111 1011010 101001 0 10011 111000 10011000 11001 100011

Color Harmonies of #426F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F5A

Black with #426F5A

Text Example


Text Example

White with #426F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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