#425960

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

Shades of Casal #425960

Tints of Casal #425960

Color information

#425960 (or 0x425960) is unknown color: approx Casal. HEX triplet: 42, 59 and 60. RGB value is (66,89,96). Sum of RGB (Red+Green+Blue) = 66+89+96=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 96 - color contains mainly: blue. Hex color #425960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425960 is #BDA69F. Grayscale: #525252. Windows color (decimal): -12428960 or 6314306. OLE color: 6314306.

HSL color Cylindrical-coordinate representation of color #425960: hue angle of 194º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425960 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB668996-
CMYK0.310.0700.62
HSL194º18.52%31.76%-
HSV(B)194º31.25%37.65%-
XYZ7.939.1512.41-
YUV82.92135.38115.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 96 (37.89% from 255) = 38.25%
R=26.29%
G=35.46%
B=38.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6689960.310.0700.6219418.5231.76
Hex4259601F703Ec21320
Octal1021311403770763022340
Binary1000010101100111000001111111101111101100001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425960; }

 p { color: rgb(66,89,96); }

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

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

 a { background-color: rgb(66,89,96); }

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

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

 span { border-color: rgb(66,89,96); }

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