Html Css Color HEX #415558 Casal

📋 copy color: '#415558'

red 65 ◦ green 85 ◦ blue 88

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

Shades of Casal #415558

Tints of Casal #415558

RGB

 RED value IS 65 (25.78% from 255) = 27.31%

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

 BLUE value IS 88 (34.77% from 255) = 36.97%

R = 27.31%
G = 35.71%
B = 36.97%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#415558 (or 0x415558) is known color: Casal. HEX triplet: 41, 55 and 58. RGB value is (65,85,88). Sum of RGB (Red+Green+Blue) = 65+85+88=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 88 - color contains mainly: blue. Hex color #415558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415558 is #BEAAA7. Grayscale: #4F4F4F. Windows color (decimal): -12495528 or 5788993. OLE color: 5788993.

HSL color Cylindrical-coordinate representation of color #415558: hue angle of 187.83º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #415558 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 85 88 -
CMYK 0.26 0.03 0 0.65
HSL 187.83º 0.15% 0.3% -
HSV(B) 187.83º 0.26% 0.35% -
XYZ 7.19 8.33 10.46 -
YUV 79.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 65 85 88 0.26 0.03 0 0.65 187.83 0.15 0.3
Hex 41 55 58 1A 3 0 41 BC F 1E
Octal 101 125 130 32 3 0 101 274 17 36
Binary 1000001 1010101 1011000 11010 11 0 1000001 10111100 1111 11110

Color Harmonies of #415558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415558

Black with #415558

Text Example


Text Example

White with #415558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415558; }

 p { color: rgb(65,85,88); }

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

background-color css

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

 a { background-color: rgb(65,85,88); }

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

border-color css

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

 span { border-color: rgb(65,85,88); }

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