Html Css Color HEX #42515E Cello

📋 copy color: '#42515E'

red 66 ◦ green 81 ◦ blue 94

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

Shades of Cello #42515E

Tints of Cello #42515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39%

R = 27.39%
G = 33.61%
B = 39%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42515E (or 0x42515E) is known color: Cello. HEX triplet: 42, 51 and 5E. RGB value is (66,81,94). Sum of RGB (Red+Green+Blue) = 66+81+94=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #42515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42515E is #BDAEA1. Grayscale: #4D4D4D. Windows color (decimal): -12431010 or 6181186. OLE color: 6181186.

HSL color Cylindrical-coordinate representation of color #42515E: hue angle of 207.86º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42515E is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 81 94 -
CMYK 0.30 0.14 0 0.63
HSL 207.86º 0.18% 0.31% -
HSV(B) 207.86º 0.3% 0.37% -
XYZ 7.21 7.85 11.73 -
YUV 78 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 66 81 94 0.30 0.14 0 0.63 207.86 0.18 0.31
Hex 42 51 5E 1E E 0 3F D0 12 1F
Octal 102 121 136 36 16 0 77 320 22 37
Binary 1000010 1010001 1011110 11110 1110 0 111111 11010000 10010 11111

Color Harmonies of #42515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42515E

Black with #42515E

Text Example


Text Example

White with #42515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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