#425358

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

Shades of Casal #425358

Tints of Casal #425358

Color information

#425358 (or 0x425358) is unknown color: approx Casal. HEX triplet: 42, 53 and 58. RGB value is (66,83,88). Sum of RGB (Red+Green+Blue) = 66+83+88=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 88 - color contains mainly: blue. Hex color #425358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425358 is #BDACA7. Grayscale: #4E4E4E. Windows color (decimal): -12430504 or 5788482. OLE color: 5788482.

HSL color Cylindrical-coordinate representation of color #425358: hue angle of 193.64º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #425358 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB668388-
CMYK0.250.0600.65
HSL193.64º14.29%30.2%-
HSV(B)193.64º25%34.51%-
XYZ7.18.0510.41-
YUV78.49133.37119.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.85%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=27.85%
G=35.02%
B=37.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6683880.250.0600.65193.6414.2930.2
Hex425358196041c2e1e
Octal10212313031601013021636
Binary100001010100111011000110011100100000111000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425358; }

 p { color: rgb(66,83,88); }

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

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

 a { background-color: rgb(66,83,88); }

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

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

 span { border-color: rgb(66,83,88); }

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