Html Css Color HEX #40555C Casal

📋 copy color: '#40555C'

red 64 ◦ green 85 ◦ blue 92

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

Shades of Casal #40555C

Tints of Casal #40555C

RGB

 RED value IS 64 (25.39% from 255) = 26.56%

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

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

R = 26.56%
G = 35.27%
B = 38.17%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40555C (or 0x40555C) is known color: Casal. HEX triplet: 40, 55 and 5C. RGB value is (64,85,92). Sum of RGB (Red+Green+Blue) = 64+85+92=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #40555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40555C is #BFAAA3. Grayscale: #4F4F4F. Windows color (decimal): -12561060 or 6051136. OLE color: 6051136.

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

Color convert

RGB 64 85 92 -
CMYK 0.30 0.08 0 0.64
HSL 195º 0.18% 0.31% -
HSV(B) 195º 0.3% 0.36% -
XYZ 7.29 8.36 11.35 -
YUV 79.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 64 85 92 0.30 0.08 0 0.64 195 0.18 0.31
Hex 40 55 5C 1E 8 0 40 C3 12 1F
Octal 100 125 134 36 10 0 100 303 22 37
Binary 1000000 1010101 1011100 11110 1000 0 1000000 11000011 10010 11111

Color Harmonies of #40555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40555C

Black with #40555C

Text Example


Text Example

White with #40555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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