Html Css Color HEX #425055 Casal

📋 copy color: '#425055'

red 66 ◦ green 80 ◦ blue 85

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

Shades of Casal #425055

Tints of Casal #425055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 85 (33.59% from 255) = 36.8%

R = 28.57%
G = 34.63%
B = 36.8%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#425055 (or 0x425055) is known color: Casal. HEX triplet: 42, 50 and 55. RGB value is (66,80,85). Sum of RGB (Red+Green+Blue) = 66+80+85=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 85 - color contains mainly: blue. Hex color #425055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425055 is #BDAFAA. Grayscale: #4C4C4C. Windows color (decimal): -12431275 or 5591106. OLE color: 5591106.

HSL color Cylindrical-coordinate representation of color #425055: hue angle of 195.79º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #425055 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 80 85 -
CMYK 0.22 0.06 0 0.67
HSL 195.79º 0.13% 0.3% -
HSV(B) 195.79º 0.22% 0.33% -
XYZ 6.76 7.55 9.7 -
YUV 76.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 66 80 85 0.22 0.06 0 0.67 195.79 0.13 0.3
Hex 42 50 55 16 6 0 43 C4 D 1E
Octal 102 120 125 26 6 0 103 304 15 36
Binary 1000010 1010000 1010101 10110 110 0 1000011 11000100 1101 11110

Color Harmonies of #425055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425055

Black with #425055

Text Example


Text Example

White with #425055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425055; }

 p { color: rgb(66,80,85); }

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

background-color css

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

 a { background-color: rgb(66,80,85); }

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

border-color css

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

 span { border-color: rgb(66,80,85); }

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