Html Css Color HEX #425A61 Casal

📋 copy color: '#425A61'

red 66 ◦ green 90 ◦ blue 97

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

Shades of Casal #425A61

Tints of Casal #425A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.57%

 BLUE value IS 97 (38.28% from 255) = 38.34%

R = 26.09%
G = 35.57%
B = 38.34%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425A61 (or 0x425A61) is known color: Casal. HEX triplet: 42, 5A and 61. RGB value is (66,90,97). Sum of RGB (Red+Green+Blue) = 66+90+97=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: blue. Hex color #425A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A61 is #BDA59E. Grayscale: #535353. Windows color (decimal): -12428703 or 6380098. OLE color: 6380098.

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

Color convert

RGB 66 90 97 -
CMYK 0.32 0.07 0 0.62
HSL 193.55º 0.19% 0.32% -
HSV(B) 193.55º 0.32% 0.38% -
XYZ 8.06 9.33 12.69 -
YUV 83.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 66 90 97 0.32 0.07 0 0.62 193.55 0.19 0.32
Hex 42 5A 61 20 7 0 3E C2 13 20
Octal 102 132 141 40 7 0 76 302 23 40
Binary 1000010 1011010 1100001 100000 111 0 111110 11000010 10011 100000

Color Harmonies of #425A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A61

Black with #425A61

Text Example


Text Example

White with #425A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425A61; }

 p { color: rgb(66,90,97); }

 H1.HeaderClassName
 {
   color: #425A61;
 }
 .AnyTagClassName
 {
   color: #425A61;
 }
</style>

background-color css

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

 a { background-color: rgb(66,90,97); }

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

border-color css

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

 span { border-color: rgb(66,90,97); }

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