Html Css Color HEX #42555C Casal

📋 copy color: '#42555C'

red 66 ◦ green 85 ◦ blue 92

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

Shades of Casal #42555C

Tints of Casal #42555C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

 BLUE value IS 92 (36.33% from 255) = 37.86%

R = 27.16%
G = 34.98%
B = 37.86%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42555C (or 0x42555C) is known color: Casal. HEX triplet: 42, 55 and 5C. RGB value is (66,85,92). Sum of RGB (Red+Green+Blue) = 66+85+92=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 92 - color contains mainly: blue. Hex color #42555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42555C is #BDAAA3. Grayscale: #505050. Windows color (decimal): -12429988 or 6051138. OLE color: 6051138.

HSL color Cylindrical-coordinate representation of color #42555C: hue angle of 196.15º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #42555C is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 85 92 -
CMYK 0.28 0.08 0 0.64
HSL 196.15º 0.16% 0.31% -
HSV(B) 196.15º 0.28% 0.36% -
XYZ 7.43 8.43 11.36 -
YUV 80.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 66 85 92 0.28 0.08 0 0.64 196.15 0.16 0.31
Hex 42 55 5C 1C 8 0 40 C4 10 1F
Octal 102 125 134 34 10 0 100 304 20 37
Binary 1000010 1010101 1011100 11100 1000 0 1000000 11000100 10000 11111

Color Harmonies of #42555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42555C

Black with #42555C

Text Example


Text Example

White with #42555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42555C; }

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

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

background-color css

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

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

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

border-color css

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

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

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