Html Css Color HEX #42655B Stromboli

📋 copy color: '#42655B'

red 66 ◦ green 101 ◦ blue 91

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

Shades of Stromboli #42655B

Tints of Stromboli #42655B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.15%

 BLUE value IS 91 (35.94% from 255) = 35.27%

R = 25.58%
G = 39.15%
B = 35.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#42655B (or 0x42655B) is known color: Stromboli. HEX triplet: 42, 65 and 5B. RGB value is (66,101,91). Sum of RGB (Red+Green+Blue) = 66+101+91=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #42655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42655B is #BD9AA4. Grayscale: #595959. Windows color (decimal): -12425893 or 5989698. OLE color: 5989698.

HSL color Cylindrical-coordinate representation of color #42655B: hue angle of 162.86º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42655B is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 101 91 -
CMYK 0.35 0 0.10 0.60
HSL 162.86º 0.21% 0.33% -
HSV(B) 162.86º 0.35% 0.4% -
XYZ 8.79 11.22 11.6 -
YUV 89.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 66 101 91 0.35 0 0.10 0.60 162.86 0.21 0.33
Hex 42 65 5B 23 0 A 3C A3 15 21
Octal 102 145 133 43 0 12 74 243 25 41
Binary 1000010 1100101 1011011 100011 0 1010 111100 10100011 10101 100001

Color Harmonies of #42655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42655B

Black with #42655B

Text Example


Text Example

White with #42655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42655B; }

 p { color: rgb(66,101,91); }

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

background-color css

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

 a { background-color: rgb(66,101,91); }

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

border-color css

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

 span { border-color: rgb(66,101,91); }

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