Html Css Color HEX #42665C Stromboli

📋 copy color: '#42665C'

red 66 ◦ green 102 ◦ blue 92

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

Shades of Stromboli #42665C

Tints of Stromboli #42665C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.23%

 BLUE value IS 92 (36.33% from 255) = 35.38%

R = 25.38%
G = 39.23%
B = 35.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#42665C (or 0x42665C) is known color: Stromboli. HEX triplet: 42, 66 and 5C. RGB value is (66,102,92). Sum of RGB (Red+Green+Blue) = 66+102+92=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 102 - color contains mainly: green. Hex color #42665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42665C is #BD99A3. Grayscale: #5A5A5A. Windows color (decimal): -12425636 or 6055490. OLE color: 6055490.

HSL color Cylindrical-coordinate representation of color #42665C: hue angle of 163.33º 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 #42665C is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 102 92 -
CMYK 0.35 0 0.10 0.6
HSL 163.33º 0.21% 0.33% -
HSV(B) 163.33º 0.35% 0.4% -
XYZ 8.93 11.43 11.86 -
YUV 90.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 66 102 92 0.35 0 0.10 0.6 163.33 0.21 0.33
Hex 42 66 5C 23 0 A 3C A3 15 21
Octal 102 146 134 43 0 12 74 243 25 41
Binary 1000010 1100110 1011100 100011 0 1010 111100 10100011 10101 100001

Color Harmonies of #42665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42665C

Black with #42665C

Text Example


Text Example

White with #42665C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42665C; }

 p { color: rgb(66,102,92); }

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

background-color css

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

 a { background-color: rgb(66,102,92); }

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

border-color css

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

 span { border-color: rgb(66,102,92); }

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