#424F5D

Color #424F5D Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #424F5D

Tints of Cello #424F5D

Color information

#424F5D (or 0x424F5D) is unknown color: approx Cello. HEX triplet: 42, 4F and 5D. RGB value is (66,79,93). Sum of RGB (Red+Green+Blue) = 66+79+93=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #424F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F5D is #BDB0A2. Grayscale: #4C4C4C. Windows color (decimal): -12431523 or 6115138. OLE color: 6115138.

HSL color Cylindrical-coordinate representation of color #424F5D: hue angle of 211.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #424F5D is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB667993-
CMYK0.290.1500.64
HSL211.11º16.98%31.18%-
HSV(B)211.11º29.03%36.47%-
XYZ7.027.5411.44-
YUV76.71137.19120.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 79 (31.25% from 255) = 33.19%
BLUE value IS 93 (36.72% from 255) = 39.08%
R=27.73%
G=33.19%
B=39.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6679930.290.1500.64211.1116.9831.18
Hex424F5D1DF040d3111f
Octal102117135351701003232137
Binary10000101001111101110111101111101000000110100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424F5D; }

 p { color: rgb(66,79,93); }

 H1.HeaderClassName
 {
   color: #424F5D;
 }
 .AnyTagClassName
 {
   color: #424F5D;
 }
</style>
background-color css

<style>
 a { background-color: #424F5D; }

 a { background-color: rgb(66,79,93); }

 div.DivClassName
 {
   background-color: #424F5D;
 }
 .BgClassName
 {
   background-color: #424F5D;
 }
</style>
border-color css

<style>
 span { border-color: #424F5D; }

 span { border-color: rgb(66,79,93); }

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