Html Css Color HEX #365056 Casal

📋 copy color: '#365056'

red 54 ◦ green 80 ◦ blue 86

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

Shades of Casal #365056

Tints of Casal #365056

RGB

 RED value IS 54 (21.48% from 255) = 24.55%

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

 BLUE value IS 86 (33.98% from 255) = 39.09%

R = 24.55%
G = 36.36%
B = 39.09%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#365056 (or 0x365056) is known color: Casal. HEX triplet: 36, 50 and 56. RGB value is (54,80,86). Sum of RGB (Red+Green+Blue) = 54+80+86=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #365056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365056 is #C9AFA9. Grayscale: #484848. Windows color (decimal): -13217706 or 5656630. OLE color: 5656630.

HSL color Cylindrical-coordinate representation of color #365056: hue angle of 191.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #365056 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 80 86 -
CMYK 0.37 0.07 0 0.66
HSL 191.25º 0.23% 0.27% -
HSV(B) 191.25º 0.37% 0.34% -
XYZ 6.07 7.19 9.87 -
YUV 72.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 54 80 86 0.37 0.07 0 0.66 191.25 0.23 0.27
Hex 36 50 56 25 7 0 42 BF 17 1B
Octal 66 120 126 45 7 0 102 277 27 33
Binary 110110 1010000 1010110 100101 111 0 1000010 10111111 10111 11011

Color Harmonies of #365056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365056

Black with #365056

Text Example


Text Example

White with #365056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365056; }

 p { color: rgb(54,80,86); }

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

background-color css

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

 a { background-color: rgb(54,80,86); }

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

border-color css

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

 span { border-color: rgb(54,80,86); }

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