Html Css Color HEX #42515F Cello

📋 copy color: '#42515F'

red 66 ◦ green 81 ◦ blue 95

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

Shades of Cello #42515F

Tints of Cello #42515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.47%

 BLUE value IS 95 (37.5% from 255) = 39.26%

R = 27.27%
G = 33.47%
B = 39.26%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42515F (or 0x42515F) is known color: Cello. HEX triplet: 42, 51 and 5F. RGB value is (66,81,95). Sum of RGB (Red+Green+Blue) = 66+81+95=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #42515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42515F is #BDAEA0. Grayscale: #4E4E4E. Windows color (decimal): -12431009 or 6246722. OLE color: 6246722.

HSL color Cylindrical-coordinate representation of color #42515F: hue angle of 208.97º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42515F is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 81 95 -
CMYK 0.31 0.15 0 0.63
HSL 208.97º 0.18% 0.32% -
HSV(B) 208.97º 0.31% 0.37% -
XYZ 7.25 7.87 11.96 -
YUV 78.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 66 81 95 0.31 0.15 0 0.63 208.97 0.18 0.32
Hex 42 51 5F 1F F 0 3F D1 12 20
Octal 102 121 137 37 17 0 77 321 22 40
Binary 1000010 1010001 1011111 11111 1111 0 111111 11010001 10010 100000

Color Harmonies of #42515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42515F

Black with #42515F

Text Example


Text Example

White with #42515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42515F; }

 p { color: rgb(66,81,95); }

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

background-color css

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

 a { background-color: rgb(66,81,95); }

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

border-color css

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

 span { border-color: rgb(66,81,95); }

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